mirror of
https://github.com/go-gitea/theme.git
synced 2026-07-19 14:23:35 -04:00
[PR #8] [MERGED] Bootstrap v4 #16
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/8
Author: @metalmatze
Created: 12/6/2016
Status: ✅ Merged
Merged: 12/7/2016
Merged by: @tboerger
Base:
master← Head:bootstrap-v4📝 Commits (10+)
1e8922cAdded basic templates23983daAdded basic bootstrap stylesheets0c1afd2Added gitea logo1248c74Added used archetypes5eba624Added some translationsbd83789Dropped tags from theme config097f73cRemove partial that's only included once01e5350Rename static/styles/main.css to src/main.scssd8a4fcfnpm init & start building scss to css with gulp82bd9f9Create colors.scss which sets all our color variables📊 Changes
30 files changed (+439 additions, -30 deletions)
View changed files
➕
.gitignore(+2 -0)➕
archetypes/default.md(+6 -0)➕
archetypes/docs.md(+8 -0)➕
archetypes/page.md(+8 -0)➕
archetypes/post.md(+8 -0)➕
gulpfile.js(+17 -0)➕
i18n/de.yaml(+29 -0)➕
i18n/en.yaml(+32 -0)📝
layouts/404.html(+8 -3)📝
layouts/_default/list.html(+0 -0)📝
layouts/_default/single.html(+12 -3)➕
layouts/docs/list.html(+0 -0)➕
layouts/docs/single.html(+15 -0)📝
layouts/index.html(+13 -3)➕
layouts/page/list.html(+0 -0)➕
layouts/page/single.html(+15 -0)📝
layouts/partials/footer.html(+30 -1)📝
layouts/partials/header.html(+19 -18)📝
layouts/partials/menu.html(+2 -0)📝
layouts/partials/navbar.html(+12 -1)...and 10 more files
📄 Description
Further improved what @tboerger already started.
I migrated everything from bootstrap v3 to v4. We want to use flexbox and be future prove 😊
Additionally I integrated gulp to compile our scss to css.
This becomes especially handy when importing bootstrap from within scss to set our own variables before compiling bootstrap's scss to css. We bascially build our own gitea flavor. 🎉
I don't use webpack because we don't do anything fancy with JS, just scss (css).
This is by far not done at all. It's just a start so we have something to look at already! 😉
Some screenshots of HD & iPhone 6 Resolutions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.