[PR #54] [MERGED] New design #56

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

📋 Pull Request Information

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

Base: masterHead: new-design


📝 Commits (10+)

📊 Changes

17 files changed (+291 additions, -267 deletions)

View changed files

📝 layouts/_default/single.html (+4 -10)
📝 layouts/doc/single.html (+7 -11)
layouts/home/index.html (+36 -0)
📝 layouts/home/list.html (+0 -0)
layouts/index.html (+0 -14)
📝 layouts/page/single.html (+8 -10)
📝 layouts/partials/footer.html (+42 -17)
📝 layouts/partials/navbar.html (+19 -12)
📝 layouts/partials/pages.html (+23 -24)
📝 layouts/partials/toplinks.html (+5 -6)
📝 layouts/post/list.html (+27 -48)
📝 layouts/post/single.html (+18 -30)
📝 package.json (+2 -1)
src/colors.scss (+0 -15)
src/landingpage.scss (+0 -19)
📝 src/main.scss (+100 -50)
static/images/screenshot.jpg (+0 -0)

📄 Description

Description

This is a complete new "more modern" redesign for Gitea's website.

I had to change the structure of the content to make the whole thing work with the new Hugo version. The two prs should be merged at about the same time, as it will probably break the website if only one gets merged.
webite pr: go-gitea/website#69

Screenshots

Home page:
Home Page
Docs
Docs
Blog overview
Blog overview
Blog post
Blog post
Menu on mobile devices
Mobile menu


🔄 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/theme/pull/54 **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 (10+) - [`01688ce`](https://github.com/go-gitea/theme/commit/01688ce5372e57bdcc94f928c907146d0945efe2) started adding new design - [`6c16774`](https://github.com/go-gitea/theme/commit/6c16774146409894fcdf9c5b5d85be62004488d7) Started implementing the new theme - [`d0987f6`](https://github.com/go-gitea/theme/commit/d0987f617c6bf68f924402b0008df53a79e29f0c) Added new theme for docs - [`d619ff6`](https://github.com/go-gitea/theme/commit/d619ff6038699b8be761bb0b892c9ca6793c2876) Added new theme for blog - [`07ee2b0`](https://github.com/go-gitea/theme/commit/07ee2b095686ac224a7e7e274da98765d5cc0206) Added screenshot - [`fa839a9`](https://github.com/go-gitea/theme/commit/fa839a928ab2bfca6f6029d27498097cfbb9bda2) Cleanup & optimizations - [`14f2fde`](https://github.com/go-gitea/theme/commit/14f2fde5e2e7cd112d334eda600790ae14f0d2ea) More cleanup - [`2554265`](https://github.com/go-gitea/theme/commit/2554265845a6350a70243329ff7c44ffaf3e8f4e) Small optimisations - [`4c796cd`](https://github.com/go-gitea/theme/commit/4c796cd62d82b038ca3c5096771dad8fb866d57a) More space for buttons - [`09ecd98`](https://github.com/go-gitea/theme/commit/09ecd983c37941bf239604363114ed72e4a18781) Added menu for mobile devices ### 📊 Changes **17 files changed** (+291 additions, -267 deletions) <details> <summary>View changed files</summary> 📝 `layouts/_default/single.html` (+4 -10) 📝 `layouts/doc/single.html` (+7 -11) ➕ `layouts/home/index.html` (+36 -0) 📝 `layouts/home/list.html` (+0 -0) ➖ `layouts/index.html` (+0 -14) 📝 `layouts/page/single.html` (+8 -10) 📝 `layouts/partials/footer.html` (+42 -17) 📝 `layouts/partials/navbar.html` (+19 -12) 📝 `layouts/partials/pages.html` (+23 -24) 📝 `layouts/partials/toplinks.html` (+5 -6) 📝 `layouts/post/list.html` (+27 -48) 📝 `layouts/post/single.html` (+18 -30) 📝 `package.json` (+2 -1) ➖ `src/colors.scss` (+0 -15) ➖ `src/landingpage.scss` (+0 -19) 📝 `src/main.scss` (+100 -50) ➕ `static/images/screenshot.jpg` (+0 -0) </details> ### 📄 Description # Description This is a complete new "more modern" redesign for Gitea's website. **I had to change the structure of the content to make the whole thing work with the new Hugo version. The two prs should be merged at about the same time, as it will probably break the website if only one gets merged.** webite pr: go-gitea/website#69 # Screenshots **Home page:** ![Home Page](https://user-images.githubusercontent.com/13721712/40375251-686ea35c-5deb-11e8-9bda-aa95b73fce7c.png) **Docs** ![Docs](https://user-images.githubusercontent.com/13721712/40331514-ed6a8846-5d50-11e8-98ea-c7278bf455ef.png) **Blog overview** ![Blog overview](https://user-images.githubusercontent.com/13721712/40331583-20484154-5d51-11e8-83ab-32981d1b8cbd.png) **Blog post** ![Blog post](https://user-images.githubusercontent.com/13721712/40331590-28c67c38-5d51-11e8-8c90-9b1cf0966946.png) **Menu on mobile devices** ![Mobile menu](https://user-images.githubusercontent.com/13721712/40375204-419ccf56-5deb-11e8-836d-8499220be1da.png) --- <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:42:41 -05:00
yindo closed this issue 2026-02-16 12:42:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/theme#56