Permalink
Please
sign in to comment.
Browse files
Launching Hugo Version of Website (#5)
* Nuking old site on hugo-launch branch * migrating site over to branch * Adding in the new hugo-material-docs themed site * Adding in some Cloud placeholder language * Added some highlighting; fixed footer bug; tweaks * Changed site title to full Archives Unleashed Project * Last commit for awhile - gitignoring DS_Store file * Fixed @lintool's picture * removed acknowledgment duplication from About page * Added warclight screenshot;discussion of warclight * Added biography URLs; internal links on about page And updated warclight image * changed logo for website * Adding some new banner images * Adding in two new banner pictures; tweaking index This is what happens when I am bored at an airport. * Updating Sam Fritz picture * reworked get involved page * In-person events before developer for Get Involved * Responding to @ruebot review on #5 - adds Twitter acc't - adds Warclight page - changes colour to a nicer shade of blue? - trying to change footer * Added links to Warclight page; fixed footer (#5) * Added construction warning on cloud (#5) Figured not ready for auk link yet, but can add whenever * Made medium.com link explicit (#5) * changed colour to grey (#5) * Responds to @ruebot review in #5, changes footer * Adding in new logo/favicon, plus CNAME (#5) * Adds in new banner image on AU homepage (#5) * Updating the AUT docs to 0.10.0 (#5) Adapted from @greebie's branch on aut-docs, thanks sir
- Loading branch information...
Showing
with
5,610 additions
and 28,314 deletions.
- +2 −2 .gitignore
- +1 −1 CODE_OF_CONDUCT.md
- 0 LICENSE → LICENSE.md
- +0 −5 README.md
- +6 −0 archetypes/default.md
- +90 −0 config.toml
- BIN content/.DS_Store
- +36 −0 content/about-project/index.md
- +738 −0 content/aut/index.md
- +12 −0 content/cloud/index.md
- +15 −0 content/events/index.md
- +21 −0 content/get-involved/index.md
- +17 −0 content/index.md
- +11 −0 content/warclight/index.md
- +0 −314 css/grayscale.css
- +0 −5 css/grayscale.min.css
- +0 −92 gulpfile.js
- BIN img/cpp-viz.png
- BIN img/map-marker.png
- +0 −203 index.html
- +0 −185 js/grayscale.js
- +0 −6 js/grayscale.min.js
- +0 −341 less/grayscale.less
- +0 −1 less/mixins.less
- +0 −3 less/variables.less
- +0 −27 package.json
- BIN public/.DS_Store
- 0 public/.gitkeep
- +501 −0 public/about-project/index.html
- +26 −0 public/about-project/index.xml
- +498 −0 public/aut/index.html
- +27 −0 public/aut/index.xml
- +15 −0 public/categories/index.xml
- +463 −0 public/events/index.html
- +27 −0 public/events/index.xml
- BIN public/fonts/icon.eot
- +22 −0 public/fonts/icon.svg
- BIN public/fonts/icon.ttf
- BIN public/fonts/icon.woff
- +466 −0 public/get-involved/index.html
- +26 −0 public/get-involved/index.xml
- BIN public/images/.DS_Store
- BIN public/images/IMG_2614.JPG
- BIN public/images/Lin.jpg
- BIN public/images/Milligan-small.png
- BIN public/images/Milligan.png
- BIN public/images/Ruest.jpeg
- BIN img/github.png → public/images/banner.png
- BIN public/images/colors.png
- BIN public/images/cpp-viz.png
- BIN public/images/favicon.ico
- BIN public/images/hairball.png
- BIN public/images/logo.png
- BIN public/images/screen.png
- +444 −0 public/index.html
- +79 −0 public/index.xml
- +1 −0 public/javascripts/application.js
- +1 −0 public/javascripts/modernizr.js
- +498 −0 public/news/index.html
- +27 −0 public/news/index.xml
- +81 −0 public/sitemap.xml
- +1 −0 public/stylesheets/application.css
- +105 −0 public/stylesheets/highlight/highlight.css
- +1 −0 public/stylesheets/palettes.css
- +11 −0 public/stylesheets/temporary.css
- +15 −0 public/tags/index.xml
- +0 −1 sass/_mixins.scss
- +0 −3 sass/_variables.scss
- +0 −341 sass/grayscale.scss
- 0 static/.gitkeep
- BIN themes/hugo-material-docs/.DS_Store
- +33 −0 themes/hugo-material-docs/CHANGELOG.md
- +20 −0 themes/hugo-material-docs/LICENSE.md
- +40 −0 themes/hugo-material-docs/README.md
- +2 −0 themes/hugo-material-docs/archetypes/default.md
- +78 −0 themes/hugo-material-docs/exampleSite/config.toml
- +61 −0 themes/hugo-material-docs/exampleSite/content/adding-content/index.md
- +240 −0 themes/hugo-material-docs/exampleSite/content/getting-started/index.md
- +55 −0 themes/hugo-material-docs/exampleSite/content/index.md
- +27 −0 themes/hugo-material-docs/exampleSite/content/license/index.md
- +27 −0 themes/hugo-material-docs/exampleSite/content/roadmap/index.md
- 0 themes/hugo-material-docs/exampleSite/static/.gitkeep
- BIN themes/hugo-material-docs/images/screenshot.png
- BIN themes/hugo-material-docs/images/tn.png
- 0 themes/hugo-material-docs/layouts/404.html
- +48 −0 themes/hugo-material-docs/layouts/_default/__list.html
- +57 −0 themes/hugo-material-docs/layouts/_default/single.html
- +59 −0 themes/hugo-material-docs/layouts/index.html
- +78 −0 themes/hugo-material-docs/layouts/partials/drawer.html
- +74 −0 themes/hugo-material-docs/layouts/partials/footer.html
- +91 −0 themes/hugo-material-docs/layouts/partials/footer_js.html
- +79 −0 themes/hugo-material-docs/layouts/partials/head.html
- +45 −0 themes/hugo-material-docs/layouts/partials/header.html
- +19 −0 themes/hugo-material-docs/layouts/partials/nav.html
- +13 −0 themes/hugo-material-docs/layouts/partials/nav_link.html
- +4 −0 themes/hugo-material-docs/layouts/shortcodes/note.html
- +4 −0 themes/hugo-material-docs/layouts/shortcodes/warning.html
- BIN themes/hugo-material-docs/static/fonts/icon.eot
- +22 −0 themes/hugo-material-docs/static/fonts/icon.svg
- BIN themes/hugo-material-docs/static/fonts/icon.ttf
- BIN themes/hugo-material-docs/static/fonts/icon.woff
- BIN themes/hugo-material-docs/static/images/.DS_Store
- BIN themes/hugo-material-docs/static/images/AU-Logo-Transparent.png
- BIN themes/hugo-material-docs/static/images/ArchivesUnleashedLogo.png
- BIN themes/hugo-material-docs/static/images/Deschamps.jpg
- BIN themes/hugo-material-docs/static/images/Fritz.jpg
- BIN themes/hugo-material-docs/static/images/GitHub-Mark-32px.png
- BIN themes/hugo-material-docs/static/images/Hackathon.jpg
- BIN themes/hugo-material-docs/static/images/IMG_2614.JPG
- BIN themes/hugo-material-docs/static/images/Lin.jpg
- BIN themes/hugo-material-docs/static/images/Milligan-small.png
- BIN themes/hugo-material-docs/static/images/Milligan.png
- BIN themes/hugo-material-docs/static/images/Ruest.jpeg
- BIN themes/hugo-material-docs/static/images/Slack_Mark_Web.png
- BIN themes/hugo-material-docs/static/images/Twitter_Logo_Blue.png
- BIN themes/hugo-material-docs/static/images/banner.png
- BIN themes/hugo-material-docs/static/images/beaker.png
- +12 −0 themes/hugo-material-docs/static/images/beaker.svg
- BIN themes/hugo-material-docs/static/images/colors.png
- BIN themes/hugo-material-docs/static/images/cpp-viz.png
- BIN themes/hugo-material-docs/static/images/email.png
- BIN themes/hugo-material-docs/static/images/favicon.ico
- BIN themes/hugo-material-docs/static/images/gears.png
- BIN themes/hugo-material-docs/static/images/hairball-roboto.png
- BIN themes/hugo-material-docs/static/images/hairball.png
- BIN themes/hugo-material-docs/static/images/label-hairball.png
- BIN themes/hugo-material-docs/static/images/library.jpg
- BIN themes/hugo-material-docs/static/images/logo.png
- BIN themes/hugo-material-docs/static/images/logo2.png
- BIN themes/hugo-material-docs/static/images/meeting.png
- BIN themes/hugo-material-docs/static/images/screen.png
- BIN themes/hugo-material-docs/static/images/server.jpg
- BIN themes/hugo-material-docs/static/images/share.png
- BIN themes/hugo-material-docs/static/images/silhouettes.jpg
- BIN themes/hugo-material-docs/static/images/warclight.png
- +1 −0 themes/hugo-material-docs/static/javascripts/application.js
- +1 −0 themes/hugo-material-docs/static/javascripts/modernizr.js
- +1 −0 themes/hugo-material-docs/static/stylesheets/application.css
- +105 −0 themes/hugo-material-docs/static/stylesheets/highlight/highlight.css
- +1 −0 themes/hugo-material-docs/static/stylesheets/palettes.css
- +11 −0 themes/hugo-material-docs/static/stylesheets/temporary.css
- +18 −0 themes/hugo-material-docs/theme.toml
- +0 −6,757 vendor/bootstrap/css/bootstrap.css
- +0 −6 vendor/bootstrap/css/bootstrap.min.css
- BIN vendor/bootstrap/fonts/glyphicons-halflings-regular.eot
- +0 −288 vendor/bootstrap/fonts/glyphicons-halflings-regular.svg
- BIN vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf
- BIN vendor/bootstrap/fonts/glyphicons-halflings-regular.woff
- BIN vendor/bootstrap/fonts/glyphicons-halflings-regular.woff2
- +0 −2,377 vendor/bootstrap/js/bootstrap.js
- +0 −7 vendor/bootstrap/js/bootstrap.min.js
- +0 −2,199 vendor/font-awesome/css/font-awesome.css
- +0 −4 vendor/font-awesome/css/font-awesome.min.css
- BIN vendor/font-awesome/fonts/FontAwesome.otf
- BIN vendor/font-awesome/fonts/fontawesome-webfont.eot
- +0 −685 vendor/font-awesome/fonts/fontawesome-webfont.svg
- BIN vendor/font-awesome/fonts/fontawesome-webfont.ttf
- BIN vendor/font-awesome/fonts/fontawesome-webfont.woff
- BIN vendor/font-awesome/fonts/fontawesome-webfont.woff2
- +0 −34 vendor/font-awesome/less/animated.less
- +0 −25 vendor/font-awesome/less/bordered-pulled.less
- +0 −12 vendor/font-awesome/less/core.less
- +0 −6 vendor/font-awesome/less/fixed-width.less
- +0 −18 vendor/font-awesome/less/font-awesome.less
- +0 −733 vendor/font-awesome/less/icons.less
- +0 −13 vendor/font-awesome/less/larger.less
- +0 −19 vendor/font-awesome/less/list.less
- +0 −60 vendor/font-awesome/less/mixins.less
- +0 −15 vendor/font-awesome/less/path.less
- +0 −20 vendor/font-awesome/less/rotated-flipped.less
- +0 −5 vendor/font-awesome/less/screen-reader.less
- +0 −20 vendor/font-awesome/less/stacked.less
- +0 −744 vendor/font-awesome/less/variables.less
- +0 −34 vendor/font-awesome/scss/_animated.scss
- +0 −25 vendor/font-awesome/scss/_bordered-pulled.scss
- +0 −12 vendor/font-awesome/scss/_core.scss
- +0 −6 vendor/font-awesome/scss/_fixed-width.scss
- +0 −733 vendor/font-awesome/scss/_icons.scss
- +0 −13 vendor/font-awesome/scss/_larger.scss
- +0 −19 vendor/font-awesome/scss/_list.scss
- +0 −60 vendor/font-awesome/scss/_mixins.scss
- +0 −15 vendor/font-awesome/scss/_path.scss
- +0 −20 vendor/font-awesome/scss/_rotated-flipped.scss
- +0 −5 vendor/font-awesome/scss/_screen-reader.scss
- +0 −20 vendor/font-awesome/scss/_stacked.scss
- +0 −744 vendor/font-awesome/scss/_variables.scss
- +0 −18 vendor/font-awesome/scss/font-awesome.scss
- +0 −11,008 vendor/jquery/jquery.js
- +0 −5 vendor/jquery/jquery.min.js
@@ -1,2 +1,2 @@ | ||
node_modules | ||
bower_components | ||
# Ignore Mac DS_Store files | ||
.DS_Store |
File renamed without changes.
@@ -0,0 +1,6 @@ | ||
--- | ||
title: "{{ replace .TranslationBaseName "-" " " | title }}" | ||
date: {{ .Date }} | ||
draft: true | ||
--- | ||
|
@@ -0,0 +1,90 @@ | ||
baseurl = "https://example.org/" | ||
languageCode = "en-us" | ||
title = "The Archives Unleashed Project" | ||
theme = "hugo-material-docs" | ||
metadataformat = "yaml" | ||
canonifyurls = true | ||
# Enable Google Analytics by entering your tracking id | ||
googleAnalytics = "" | ||
|
||
[params] | ||
# General information | ||
author = "The Archives Unleashed Project" | ||
copyright = "Released under the MIT license" | ||
|
||
# Repository | ||
provider = "GitHub" | ||
#repo_url = "https://github.com/digitalcraftsman/hugo-material-docs" | ||
|
||
#version = "1.0.0" | ||
logo = "images/ArchivesUnleashedLogo.png" | ||
favicon = "" | ||
|
||
permalink = "#" | ||
|
||
# Custom assets | ||
custom_css = [] | ||
custom_js = [] | ||
|
||
# Syntax highlighting theme | ||
highlight_css = "" | ||
|
||
[params.palette] | ||
primary = "grey" | ||
accent = "red" | ||
|
||
[params.font] | ||
text = "Ubuntu" | ||
code = "Ubuntu Mono" | ||
|
||
|
||
[social] | ||
twitter = "unleasharchives" | ||
github = "archivesunleashed" | ||
email = "archivesunleashed@gmail.com" | ||
|
||
[[menu.main]] | ||
name = "Home" | ||
url = "/" | ||
weight = 1 | ||
|
||
[[menu.main]] | ||
name = "About the Project" | ||
url = "about-project/" | ||
weight = 10 | ||
|
||
[[menu.main]] | ||
name = "Archives Unleashed Toolkit" | ||
url = "aut/" | ||
weight = 15 | ||
|
||
[[menu.main]] | ||
name = "Archives Unleashed Cloud" | ||
url = "cloud/" | ||
weight = 16 | ||
|
||
[[menu.main]] | ||
name = "Warclight" | ||
url = "warclight/" | ||
weight = 18 | ||
|
||
[[menu.main]] | ||
name = "Get Involved" | ||
url = "get-involved/" | ||
weight = 30 | ||
|
||
[[menu.main]] | ||
name = "Events" | ||
url = "events/" | ||
weight = 40 | ||
|
||
[[menu.main]] | ||
name = "News (on Medium.com)" | ||
url = "https://news.archivesunleashed.org" | ||
weight = 50 | ||
|
||
[blackfriday] | ||
smartypants = true | ||
fractions = true | ||
smartDashes = true | ||
plainIDAnchors = true |
Binary file not shown.
Oops, something went wrong.
0 comments on commit
86782c2