mirror of
https://github.com/go-gitea/theme.git
synced 2026-07-19 22:33:52 -04:00
[PR #54] [MERGED] New design #56
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:new-design📝 Commits (10+)
01688cestarted adding new design6c16774Started implementing the new themed0987f6Added new theme for docsd619ff6Added new theme for blog07ee2b0Added screenshotfa839a9Cleanup & optimizations14f2fdeMore cleanup2554265Small optimisations4c796cdMore space for buttons09ecd98Added menu for mobile devices📊 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:





Docs
Blog overview
Blog post
Menu on mobile devices
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.