[PR #69] [MERGED] New structure for new design #73

Closed
opened 2026-02-16 12:32:22 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/website/pull/69
Author: @kolaente
Created: 5/21/2018
Status: Merged
Merged: 5/22/2018
Merged by: @techknowlogick

Base: masterHead: new-design


📝 Commits (7)

  • b2c78f0 Made site work with latest hugo version
  • 603c0dc started adding new design
  • b4ef8ce started adding new design
  • 082991a Moved site to the new structure needed for new theme
  • 100967e Fixed docs link
  • 2d472b7 resolve conflicts
  • 5dbc866 Make the site work with the latest hugo (again)

📊 Changes

34 files changed (+113 additions, -224 deletions)

View changed files

📝 content/_index.en-us.md (+10 -8)
content/_index.nl-nl.md (+21 -0)
content/_index.pt-br.md (+21 -0)
content/_index.zh-cn.md (+21 -0)
content/_index.zh-tw.md (+20 -0)
📝 content/features/cross-platform.en-us.md (+1 -2)
📝 content/features/cross-platform.nl-nl.md (+1 -2)
📝 content/features/cross-platform.pt-br.md (+1 -2)
📝 content/features/cross-platform.zh-cn.md (+1 -2)
📝 content/features/cross-platform.zh-tw.md (+1 -2)
📝 content/features/easy-installation.en-us.md (+1 -3)
📝 content/features/easy-installation.nl-nl.md (+1 -3)
📝 content/features/easy-installation.pt-br.md (+1 -3)
📝 content/features/easy-installation.zh-cn.md (+1 -3)
📝 content/features/easy-installation.zh-tw.md (+1 -3)
📝 content/features/lightweight.en-us.md (+1 -2)
📝 content/features/lightweight.nl-nl.md (+1 -2)
📝 content/features/lightweight.pt-br.md (+1 -2)
📝 content/features/lightweight.zh-cn.md (+1 -2)
📝 content/features/lightweight.zh-tw.md (+1 -2)

...and 14 more files

📄 Description

This pr implements a new structure needed for go-gitea/theme#54. It also adds compatibility for the latest hugo version.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/website/pull/69 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 5/21/2018 **Status:** ✅ Merged **Merged:** 5/22/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `new-design` --- ### 📝 Commits (7) - [`b2c78f0`](https://github.com/go-gitea/website/commit/b2c78f0a4e00219d3d3f136b4b3777494b669614) Made site work with latest hugo version - [`603c0dc`](https://github.com/go-gitea/website/commit/603c0dcf9fd65832e2e0c392b24467672a1fd39a) started adding new design - [`b4ef8ce`](https://github.com/go-gitea/website/commit/b4ef8ceb912a8f6eb269aaf0be08fc7011c145b5) started adding new design - [`082991a`](https://github.com/go-gitea/website/commit/082991a16f72c1d6f4d6331f75c741fd93bb797f) Moved site to the new structure needed for new theme - [`100967e`](https://github.com/go-gitea/website/commit/100967e5838576568328e8c2bd1d460d606935e9) Fixed docs link - [`2d472b7`](https://github.com/go-gitea/website/commit/2d472b770b83a723bc42f6e85e233948479f7159) resolve conflicts - [`5dbc866`](https://github.com/go-gitea/website/commit/5dbc866828be0689396122237366b3e6a7dae0b3) Make the site work with the latest hugo (again) ### 📊 Changes **34 files changed** (+113 additions, -224 deletions) <details> <summary>View changed files</summary> 📝 `content/_index.en-us.md` (+10 -8) ➕ `content/_index.nl-nl.md` (+21 -0) ➕ `content/_index.pt-br.md` (+21 -0) ➕ `content/_index.zh-cn.md` (+21 -0) ➕ `content/_index.zh-tw.md` (+20 -0) 📝 `content/features/cross-platform.en-us.md` (+1 -2) 📝 `content/features/cross-platform.nl-nl.md` (+1 -2) 📝 `content/features/cross-platform.pt-br.md` (+1 -2) 📝 `content/features/cross-platform.zh-cn.md` (+1 -2) 📝 `content/features/cross-platform.zh-tw.md` (+1 -2) 📝 `content/features/easy-installation.en-us.md` (+1 -3) 📝 `content/features/easy-installation.nl-nl.md` (+1 -3) 📝 `content/features/easy-installation.pt-br.md` (+1 -3) 📝 `content/features/easy-installation.zh-cn.md` (+1 -3) 📝 `content/features/easy-installation.zh-tw.md` (+1 -3) 📝 `content/features/lightweight.en-us.md` (+1 -2) 📝 `content/features/lightweight.nl-nl.md` (+1 -2) 📝 `content/features/lightweight.pt-br.md` (+1 -2) 📝 `content/features/lightweight.zh-cn.md` (+1 -2) 📝 `content/features/lightweight.zh-tw.md` (+1 -2) _...and 14 more files_ </details> ### 📄 Description This pr implements a new structure needed for go-gitea/theme#54. It also adds compatibility for the latest hugo version. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 12:32:22 -05:00
yindo closed this issue 2026-02-16 12:32:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/website#73