Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
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...
ianmilligan1 authored and ruebot committed Nov 14, 2017
1 parent a52485b commit 86782c225a88b2ba31327000f21abf46edb77f89
Showing with 5,610 additions and 28,314 deletions.
  1. +2 −2 .gitignore
  2. +1 −1 CODE_OF_CONDUCT.md
  3. 0 LICENSE → LICENSE.md
  4. +0 −5 README.md
  5. +6 −0 archetypes/default.md
  6. +90 −0 config.toml
  7. BIN content/.DS_Store
  8. +36 −0 content/about-project/index.md
  9. +738 −0 content/aut/index.md
  10. +12 −0 content/cloud/index.md
  11. +15 −0 content/events/index.md
  12. +21 −0 content/get-involved/index.md
  13. +17 −0 content/index.md
  14. +11 −0 content/warclight/index.md
  15. +0 −314 css/grayscale.css
  16. +0 −5 css/grayscale.min.css
  17. +0 −92 gulpfile.js
  18. BIN img/cpp-viz.png
  19. BIN img/map-marker.png
  20. +0 −203 index.html
  21. +0 −185 js/grayscale.js
  22. +0 −6 js/grayscale.min.js
  23. +0 −341 less/grayscale.less
  24. +0 −1 less/mixins.less
  25. +0 −3 less/variables.less
  26. +0 −27 package.json
  27. BIN public/.DS_Store
  28. 0 public/.gitkeep
  29. +501 −0 public/about-project/index.html
  30. +26 −0 public/about-project/index.xml
  31. +498 −0 public/aut/index.html
  32. +27 −0 public/aut/index.xml
  33. +15 −0 public/categories/index.xml
  34. +463 −0 public/events/index.html
  35. +27 −0 public/events/index.xml
  36. BIN public/fonts/icon.eot
  37. +22 −0 public/fonts/icon.svg
  38. BIN public/fonts/icon.ttf
  39. BIN public/fonts/icon.woff
  40. +466 −0 public/get-involved/index.html
  41. +26 −0 public/get-involved/index.xml
  42. BIN public/images/.DS_Store
  43. BIN public/images/IMG_2614.JPG
  44. BIN public/images/Lin.jpg
  45. BIN public/images/Milligan-small.png
  46. BIN public/images/Milligan.png
  47. BIN public/images/Ruest.jpeg
  48. BIN img/github.png → public/images/banner.png
  49. BIN public/images/colors.png
  50. BIN public/images/cpp-viz.png
  51. BIN public/images/favicon.ico
  52. BIN public/images/hairball.png
  53. BIN public/images/logo.png
  54. BIN public/images/screen.png
  55. +444 −0 public/index.html
  56. +79 −0 public/index.xml
  57. +1 −0 public/javascripts/application.js
  58. +1 −0 public/javascripts/modernizr.js
  59. +498 −0 public/news/index.html
  60. +27 −0 public/news/index.xml
  61. +81 −0 public/sitemap.xml
  62. +1 −0 public/stylesheets/application.css
  63. +105 −0 public/stylesheets/highlight/highlight.css
  64. +1 −0 public/stylesheets/palettes.css
  65. +11 −0 public/stylesheets/temporary.css
  66. +15 −0 public/tags/index.xml
  67. +0 −1 sass/_mixins.scss
  68. +0 −3 sass/_variables.scss
  69. +0 −341 sass/grayscale.scss
  70. 0 static/.gitkeep
  71. BIN themes/hugo-material-docs/.DS_Store
  72. +33 −0 themes/hugo-material-docs/CHANGELOG.md
  73. +20 −0 themes/hugo-material-docs/LICENSE.md
  74. +40 −0 themes/hugo-material-docs/README.md
  75. +2 −0 themes/hugo-material-docs/archetypes/default.md
  76. +78 −0 themes/hugo-material-docs/exampleSite/config.toml
  77. +61 −0 themes/hugo-material-docs/exampleSite/content/adding-content/index.md
  78. +240 −0 themes/hugo-material-docs/exampleSite/content/getting-started/index.md
  79. +55 −0 themes/hugo-material-docs/exampleSite/content/index.md
  80. +27 −0 themes/hugo-material-docs/exampleSite/content/license/index.md
  81. +27 −0 themes/hugo-material-docs/exampleSite/content/roadmap/index.md
  82. 0 themes/hugo-material-docs/exampleSite/static/.gitkeep
  83. BIN themes/hugo-material-docs/images/screenshot.png
  84. BIN themes/hugo-material-docs/images/tn.png
  85. 0 themes/hugo-material-docs/layouts/404.html
  86. +48 −0 themes/hugo-material-docs/layouts/_default/__list.html
  87. +57 −0 themes/hugo-material-docs/layouts/_default/single.html
  88. +59 −0 themes/hugo-material-docs/layouts/index.html
  89. +78 −0 themes/hugo-material-docs/layouts/partials/drawer.html
  90. +74 −0 themes/hugo-material-docs/layouts/partials/footer.html
  91. +91 −0 themes/hugo-material-docs/layouts/partials/footer_js.html
  92. +79 −0 themes/hugo-material-docs/layouts/partials/head.html
  93. +45 −0 themes/hugo-material-docs/layouts/partials/header.html
  94. +19 −0 themes/hugo-material-docs/layouts/partials/nav.html
  95. +13 −0 themes/hugo-material-docs/layouts/partials/nav_link.html
  96. +4 −0 themes/hugo-material-docs/layouts/shortcodes/note.html
  97. +4 −0 themes/hugo-material-docs/layouts/shortcodes/warning.html
  98. BIN themes/hugo-material-docs/static/fonts/icon.eot
  99. +22 −0 themes/hugo-material-docs/static/fonts/icon.svg
  100. BIN themes/hugo-material-docs/static/fonts/icon.ttf
  101. BIN themes/hugo-material-docs/static/fonts/icon.woff
  102. BIN themes/hugo-material-docs/static/images/.DS_Store
  103. BIN themes/hugo-material-docs/static/images/AU-Logo-Transparent.png
  104. BIN themes/hugo-material-docs/static/images/ArchivesUnleashedLogo.png
  105. BIN themes/hugo-material-docs/static/images/Deschamps.jpg
  106. BIN themes/hugo-material-docs/static/images/Fritz.jpg
  107. BIN themes/hugo-material-docs/static/images/GitHub-Mark-32px.png
  108. BIN themes/hugo-material-docs/static/images/Hackathon.jpg
  109. BIN themes/hugo-material-docs/static/images/IMG_2614.JPG
  110. BIN themes/hugo-material-docs/static/images/Lin.jpg
  111. BIN themes/hugo-material-docs/static/images/Milligan-small.png
  112. BIN themes/hugo-material-docs/static/images/Milligan.png
  113. BIN themes/hugo-material-docs/static/images/Ruest.jpeg
  114. BIN themes/hugo-material-docs/static/images/Slack_Mark_Web.png
  115. BIN themes/hugo-material-docs/static/images/Twitter_Logo_Blue.png
  116. BIN themes/hugo-material-docs/static/images/banner.png
  117. BIN themes/hugo-material-docs/static/images/beaker.png
  118. +12 −0 themes/hugo-material-docs/static/images/beaker.svg
  119. BIN themes/hugo-material-docs/static/images/colors.png
  120. BIN themes/hugo-material-docs/static/images/cpp-viz.png
  121. BIN themes/hugo-material-docs/static/images/email.png
  122. BIN themes/hugo-material-docs/static/images/favicon.ico
  123. BIN themes/hugo-material-docs/static/images/gears.png
  124. BIN themes/hugo-material-docs/static/images/hairball-roboto.png
  125. BIN themes/hugo-material-docs/static/images/hairball.png
  126. BIN themes/hugo-material-docs/static/images/label-hairball.png
  127. BIN themes/hugo-material-docs/static/images/library.jpg
  128. BIN themes/hugo-material-docs/static/images/logo.png
  129. BIN themes/hugo-material-docs/static/images/logo2.png
  130. BIN themes/hugo-material-docs/static/images/meeting.png
  131. BIN themes/hugo-material-docs/static/images/screen.png
  132. BIN themes/hugo-material-docs/static/images/server.jpg
  133. BIN themes/hugo-material-docs/static/images/share.png
  134. BIN themes/hugo-material-docs/static/images/silhouettes.jpg
  135. BIN themes/hugo-material-docs/static/images/warclight.png
  136. +1 −0 themes/hugo-material-docs/static/javascripts/application.js
  137. +1 −0 themes/hugo-material-docs/static/javascripts/modernizr.js
  138. +1 −0 themes/hugo-material-docs/static/stylesheets/application.css
  139. +105 −0 themes/hugo-material-docs/static/stylesheets/highlight/highlight.css
  140. +1 −0 themes/hugo-material-docs/static/stylesheets/palettes.css
  141. +11 −0 themes/hugo-material-docs/static/stylesheets/temporary.css
  142. +18 −0 themes/hugo-material-docs/theme.toml
  143. +0 −6,757 vendor/bootstrap/css/bootstrap.css
  144. +0 −6 vendor/bootstrap/css/bootstrap.min.css
  145. BIN vendor/bootstrap/fonts/glyphicons-halflings-regular.eot
  146. +0 −288 vendor/bootstrap/fonts/glyphicons-halflings-regular.svg
  147. BIN vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf
  148. BIN vendor/bootstrap/fonts/glyphicons-halflings-regular.woff
  149. BIN vendor/bootstrap/fonts/glyphicons-halflings-regular.woff2
  150. +0 −2,377 vendor/bootstrap/js/bootstrap.js
  151. +0 −7 vendor/bootstrap/js/bootstrap.min.js
  152. +0 −2,199 vendor/font-awesome/css/font-awesome.css
  153. +0 −4 vendor/font-awesome/css/font-awesome.min.css
  154. BIN vendor/font-awesome/fonts/FontAwesome.otf
  155. BIN vendor/font-awesome/fonts/fontawesome-webfont.eot
  156. +0 −685 vendor/font-awesome/fonts/fontawesome-webfont.svg
  157. BIN vendor/font-awesome/fonts/fontawesome-webfont.ttf
  158. BIN vendor/font-awesome/fonts/fontawesome-webfont.woff
  159. BIN vendor/font-awesome/fonts/fontawesome-webfont.woff2
  160. +0 −34 vendor/font-awesome/less/animated.less
  161. +0 −25 vendor/font-awesome/less/bordered-pulled.less
  162. +0 −12 vendor/font-awesome/less/core.less
  163. +0 −6 vendor/font-awesome/less/fixed-width.less
  164. +0 −18 vendor/font-awesome/less/font-awesome.less
  165. +0 −733 vendor/font-awesome/less/icons.less
  166. +0 −13 vendor/font-awesome/less/larger.less
  167. +0 −19 vendor/font-awesome/less/list.less
  168. +0 −60 vendor/font-awesome/less/mixins.less
  169. +0 −15 vendor/font-awesome/less/path.less
  170. +0 −20 vendor/font-awesome/less/rotated-flipped.less
  171. +0 −5 vendor/font-awesome/less/screen-reader.less
  172. +0 −20 vendor/font-awesome/less/stacked.less
  173. +0 −744 vendor/font-awesome/less/variables.less
  174. +0 −34 vendor/font-awesome/scss/_animated.scss
  175. +0 −25 vendor/font-awesome/scss/_bordered-pulled.scss
  176. +0 −12 vendor/font-awesome/scss/_core.scss
  177. +0 −6 vendor/font-awesome/scss/_fixed-width.scss
  178. +0 −733 vendor/font-awesome/scss/_icons.scss
  179. +0 −13 vendor/font-awesome/scss/_larger.scss
  180. +0 −19 vendor/font-awesome/scss/_list.scss
  181. +0 −60 vendor/font-awesome/scss/_mixins.scss
  182. +0 −15 vendor/font-awesome/scss/_path.scss
  183. +0 −20 vendor/font-awesome/scss/_rotated-flipped.scss
  184. +0 −5 vendor/font-awesome/scss/_screen-reader.scss
  185. +0 −20 vendor/font-awesome/scss/_stacked.scss
  186. +0 −744 vendor/font-awesome/scss/_variables.scss
  187. +0 −18 vendor/font-awesome/scss/font-awesome.scss
  188. +0 −11,008 vendor/jquery/jquery.js
  189. +0 −5 vendor/jquery/jquery.min.js
@@ -1,2 +1,2 @@
node_modules
bower_components
# Ignore Mac DS_Store files
.DS_Store
@@ -78,4 +78,4 @@ This Code of Conduct is adapted from the [Contributor Covenant][homepage], versi
available at [http://contributor-covenant.org/version/1/4][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/
[version]: http://contributor-covenant.org/version/1/4/
File renamed without changes.

This file was deleted.

@@ -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
BIN +6 KB content/.DS_Store
Binary file not shown.

Large diffs are not rendered by default.

0 comments on commit 86782c2

Please sign in to comment.
You can’t perform that action at this time.