Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Website redesign - WIP #10

Open
wants to merge 35 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
b36a5dd
dumped jekyll for hugo initial
thenaturalist Feb 18, 2018
3c7a8e2
altered theme config
thenaturalist Feb 18, 2018
1cfe4fb
added .gitkeep to empty dirs
thenaturalist Feb 18, 2018
e12815d
added travis.yml
thenaturalist Feb 18, 2018
e2eaffa
WIP - Adding the old styles back as an interim
mrchrisadams Feb 18, 2018
9f262d7
Merge branch 'website_redesign' of github.com:mrchrisadams/dssg-berli…
mrchrisadams Feb 18, 2018
301f81a
updated travis.yml
thenaturalist Feb 18, 2018
dec07b3
updated travis.yml and explicitly added python
thenaturalist Feb 18, 2018
8532d05
changed python to c to be compatible with osx
thenaturalist Feb 18, 2018
e8f5e40
WIP - first pass at new structure
mrchrisadams Feb 18, 2018
668b257
No need to track the generated HTML
mrchrisadams Feb 18, 2018
05028c6
WIP second pass
mrchrisadams Feb 18, 2018
9eea62e
WIP Add header
mrchrisadams Feb 18, 2018
ca51284
WIP update footer styles
mrchrisadams Feb 18, 2018
f65dd56
sort out centering on the header
mrchrisadams Feb 18, 2018
e136f1b
Add responsive breakpoints for mobile
mrchrisadams Feb 18, 2018
43e5b8f
Use jpg - it's a quarter of the size
mrchrisadams Feb 18, 2018
46b2c43
Worked out how to do multiliungual sites ✨✨
mrchrisadams Feb 23, 2018
229febd
Make the charset explicit
mrchrisadams Feb 23, 2018
ee3483d
Remove unused fonts and add missing button label
mrchrisadams Feb 23, 2018
d094ad4
Add the i18n dir to trigger multilingual builds
mrchrisadams Feb 23, 2018
06e79d4
Switch to yaml and proper i18n calls
mrchrisadams Feb 23, 2018
4225099
Add listing of events, with translations
mrchrisadams Mar 1, 2018
b842751
new version: icons, harmonized translations, more conscice text, rest…
thenaturalist Mar 7, 2018
710f3ff
added travis.yml
thenaturalist Mar 7, 2018
ce92e0c
Tidying up the merge
mrchrisadams Mar 12, 2018
e4f153c
Whoops! missed this last merge artefact
mrchrisadams Mar 12, 2018
348fdd5
update newsletter, and tweak spacing on the front opage
mrchrisadams Mar 14, 2018
6f1c9eb
Whoops! Wrong signup form
mrchrisadams Mar 14, 2018
5951dd7
Add basic tempaltes for new pages
mrchrisadams Mar 15, 2018
3b932ca
Make how data is used a bit more explicit
mrchrisadams Mar 15, 2018
00003f5
Remove the debug class to lose the yellow bits
mrchrisadams Mar 15, 2018
8317afa
Tweak layout slightly
mrchrisadams Mar 15, 2018
7679ce5
Tweak layout when on mobile
mrchrisadams Mar 15, 2018
f1abd09
i18n up the templates
mrchrisadams Mar 15, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
_site
.sass-cache
_site/
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: c
os: osx

before_script:
- brew update && brew install hugo

script: hugo --theme dssg
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

14 changes: 0 additions & 14 deletions Gemfile

This file was deleted.

275 changes: 0 additions & 275 deletions Gemfile.lock

This file was deleted.

8 changes: 0 additions & 8 deletions Guardfile

This file was deleted.

22 changes: 0 additions & 22 deletions LICENSE

This file was deleted.

10 changes: 0 additions & 10 deletions README.md

This file was deleted.

17 changes: 0 additions & 17 deletions _config.yml

This file was deleted.

Loading