Commit Graph

171 Commits

Author SHA1 Message Date
pat-s 576e8a137f Update dev instructions (#98)
- Format markdown (one sentence per line & some more lints)
- Update dev instructions (hopefully simplifying them)

fix #96

Co-authored-by: pat-s <patrick.schratz@gmail.com>
Reviewed-on: https://gitea.com/gitea/theme/pulls/98
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: Alexey 〒erentyev <axifive@noreply.gitea.io>
Co-authored-by: pat-s <pat-s@noreply.gitea.io>
Co-committed-by: pat-s <pat-s@noreply.gitea.io>
2021-09-13 01:08:33 +08:00
pat-s 1812ae4f93 Align main website (gitea.io) with new theme (#97)
- Align navbar colors
- Reduce vertical white space between screenshot and banner
- Align banner colors
- Updated screenshot (not visible in the preview, please see the file in the diff)

Co-authored-by: pat-s <patrick.schratz@gmail.com>
Reviewed-on: https://gitea.com/gitea/theme/pulls/97
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: Alexey 〒erentyev <axifive@noreply.gitea.io>
Co-authored-by: pat-s <pat-s@noreply.gitea.io>
Co-committed-by: pat-s <pat-s@noreply.gitea.io>
2021-09-13 00:51:25 +08:00
pat-s 87dd2d410d Tweak website theme colors (#95)
Fixes https://github.com/go-gitea/gitea/issues/15711

## Main changes

- Use `#528321` for link color and general greenish elements
- Use `#333` for blackish elements
- Use a grey navbar (#f4f4f4) with black text
- Update inline-code coloring (`.code` class)

cc @silverwind

Co-authored-by: pat-s <patrick.schratz@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: https://gitea.com/gitea/theme/pulls/95
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: silverwind <silverwind@noreply.gitea.io>
Co-authored-by: pat-s <pat-s@noreply.gitea.io>
Co-committed-by: pat-s <pat-s@noreply.gitea.io>
2021-08-03 11:20:48 +08:00
techknowlogick a7d7da49ac update path to s3 bucket
Signed-off-by: techknowlogick <techknowlogick@gitea.io>
2021-07-25 03:41:53 +08:00
techknowlogick 8fc0c6257d add SoEBeS logo to home page 2021-02-03 20:39:55 +08:00
techknowlogick 9ad1096505 add SoEBeS to footer 2021-02-03 20:38:36 +08:00
techknowlogick eeba6e927e Upload files to 'static/images' 2021-02-03 20:36:54 +08:00
Lunny Xiao 03273f97ff
Adjust the height of sponsors logos 2021-02-02 23:04:57 +08:00
techknowlogick a8426a045e Update 'layouts/home/index.html' 2021-02-02 22:01:56 +08:00
Lunny Xiao d47142db4a Arrange sponsors two columns per row (#94)
As title.

Reviewed-on: https://gitea.com/gitea/theme/pulls/94
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
2021-02-02 21:56:33 +08:00
techknowlogick af7f002cfb Update 'layouts/home/index.html' 2021-02-02 20:41:22 +08:00
techknowlogick d31f842f6a Upload files to 'static/images' 2021-02-02 20:40:15 +08:00
techknowlogick 61eb52d1a6 Update 'layouts/partials/footer.html' 2021-02-02 20:38:14 +08:00
rgentry 0d6e1417ed Vertical center sponsors logos (#93)
This is a small change that vertically aligns the spoonsors logos.

Before:

![image](/attachments/f0b80b22-a11d-4030-8fe5-f3e38f68a25c)

After:

![image](/attachments/43d5c469-841f-4697-866c-27de5a6ee712)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-on: https://gitea.com/gitea/theme/pulls/93
Co-authored-by: rgentry <rgentry@noreply.gitea.io>
Co-committed-by: rgentry <rgentry@noreply.gitea.io>
2021-02-02 20:35:02 +08:00
techknowlogick 3bcc076f32 Upload files to 'static/images' 2020-12-21 03:48:18 +08:00
silverwind 201dd9a140 Fix navbar overlapping content (#92)
Fix navbar overlapping content

The navbar previously switched inconsistently to mobile layout which
meant between 1024 and 1087 screen width, it would overlap most of the
page making links unclickable.

Co-authored-by: silverwind <me@silverwind.io>
Reviewed-on: https://gitea.com/gitea/theme/pulls/92
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: 6543 <6543@obermui.de>
Co-Authored-By: silverwind <silverwind@noreply.gitea.io>
Co-Committed-By: silverwind <silverwind@noreply.gitea.io>
2020-12-17 03:47:38 +08:00
pat-s 2949c6b8cd Optimize sidebar appearance (#91)
optimize sidebar appearance

Merge branch 'master' into sidebar-css

Co-authored-by: pat-s <patrick.schratz@gmail.com>
Reviewed-on: https://gitea.com/gitea/theme/pulls/91
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
Co-Authored-By: pat-s <pat-s@noreply.gitea.io>
Co-Committed-By: pat-s <pat-s@noreply.gitea.io>
2020-12-08 04:07:54 +08:00
pat-s 1c46f91bdf Add ToC shortcode and CSS class (#90)
add toc shortcode and css class

Co-authored-by: pat-s <patrick.schratz@gmail.com>
Reviewed-on: https://gitea.com/gitea/theme/pulls/90
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Co-Authored-By: pat-s <pat-s@noreply.gitea.io>
Co-Committed-By: pat-s <pat-s@noreply.gitea.io>
2020-12-08 00:03:54 +08:00
techknowlogick d660fcefc2 Upload files to 'static/images' 2020-12-02 11:10:23 +08:00
techknowlogick 5fa6026687 Delete 'static/images/packet.png' 2020-11-24 01:22:37 +08:00
techknowlogick da9ebf85fb Upload files to 'static/images' 2020-11-24 01:22:19 +08:00
techknowlogick 79fd0de3d5 rm logo 2020-10-28 23:36:29 +08:00
techknowlogick acc6f0a09f DiDi no longer sponsors (#86)
Merge branch 'master' into techknowlogick-patch-2

DiDi no longer sponsors

Reviewed-on: https://gitea.com/gitea/theme/pulls/86
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-Authored-By: techknowlogick <techknowlogick@gitea.io>
Co-Committed-By: techknowlogick <techknowlogick@gitea.io>
2020-10-28 23:34:59 +08:00
techknowlogick 77513bfb48 Update '.drone.yml' 2020-10-28 23:32:19 +08:00
techknowlogick 1965b942e6 arm docker image 2020-10-28 23:29:43 +08:00
techknowlogick 25f439ecf8 use Drone 1 file format 2020-10-28 23:27:23 +08:00
techknowlogick c2a8004eec add EM logo to home page 2020-10-06 16:08:18 +00:00
techknowlogick 8169713bf7 update equinix metal link 2020-10-06 16:05:43 +00:00
techknowlogick 9df53ec7d8 add EM logo 2020-10-06 16:04:08 +00:00
techknowlogick 640785e8b3 new hugo 2020-09-27 20:46:11 +00:00
techknowlogick 7d5c374e4a Hugo Deprecations (#85)
Merge branch 'master' into hugo-deps

Hugo Deprecations Fix #83

Reviewed-on: https://gitea.com/gitea/theme/pulls/85
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: 6543 <6543@noreply.gitea.io>
2020-04-28 03:28:56 +00:00
techknowlogick 325d7f0ef0 update footer to show sponsor logos (#84)
add sponsor section to home

revert footer changes

update footer to show sponsor logos

Co-authored-by: Matti R <matti@mdranta.net>
Reviewed-on: https://gitea.com/gitea/theme/pulls/84
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: 6543 <6543@noreply.gitea.io>
2020-04-28 02:07:28 +00:00
Septatrix 0113eed132 Fix badge to use https (#82)
Update Drone link to point to new URL

Upgrade a few more http links

Fix badge to use https

Reviewed-on: https://gitea.com/gitea/theme/pulls/82
Reviewed-by: silverwind <silverwind@noreply.gitea.io>
Reviewed-by: 6543 <6543@noreply.gitea.io>
2020-01-20 02:33:30 +00:00
silverwind 8716ac9546 regenerate package-lock.json (#81) 2019-12-08 00:57:28 +00:00
silverwind 8b4058f15b switch to dart-sass (#80) 2019-12-07 22:10:31 +00:00
techknowlogick a1beae5634 update node deps (#79) 2019-12-07 21:00:04 +00:00
John Olheiser 968e5d5bf3 Add anchors to all headers (#78) 2019-12-07 04:07:49 +00:00
techknowlogick 34936f9128 use correct Drone server (#77) 2019-10-28 03:48:25 +00:00
Lunny Xiao b2e23faacd Add didiyun on site footer (#76) 2019-10-14 12:50:13 +00:00
dependabot[bot] 6eaf3535c6 Bump fstream from 1.0.11 to 1.0.12 (#74)
Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/npm/fstream/releases)
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12)
2019-07-13 00:10:52 +08:00
dependabot[bot] 9ec6de201a Bump lodash.mergewith from 4.6.1 to 4.6.2 (#75)
Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-10 22:29:42 -04:00
dependabot[bot] 335dc0fa39 Bump tar from 2.2.1 to 2.2.2 (#73)
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Commits](https://github.com/npm/node-tar/compare/v2.2.1...v2.2.2)
2019-05-25 00:59:15 +03:00
Tom Morris 5ce737fbe3 Adds hreflang attribute to language version links (#72)
This helps search engines and other user agents to find different versions of the page.
2019-04-21 10:46:51 +08:00
kolaente 333dfb107d Fixed docs content page overflow (#71) 2019-04-14 18:56:01 +08:00
techknowlogick 0a50d256d4
Add www to packet link (#69) 2019-03-18 11:13:52 -04:00
techknowlogick 9cf082d94c Add links to our sponsors in the footer (#66)
* Add links to our sponsors in the footer

* Update footer.html
2019-01-25 09:28:51 +02:00
techknowlogick 67e85f8142
update deps to patch security & remove yarn usage (#65) 2019-01-19 14:24:21 -05:00
Jonas Franz adc11bc6ba Replace @JonasFranzDEV with @jonasfranz (#64)
* Replace @JonasFranzDEV with @jonasfranz

* Update MAINTAINERS file
2019-01-07 05:46:38 -05:00
kolaente 0868c470fd add myself to maintainers (#63) 2018-10-18 09:36:29 +08:00
Lauris BH b16ed6beb0
Change for blog comments to use discourse instead of disqus (#62)
* Change for blog comments to use discourse instead of disqus

* Fix ident
2018-07-13 20:31:34 +03:00