Replacing default content with HPCE stuff
- Add README.md - Customize _config.yml - /merlin6/ pages (moved from merlin6-user-guide) - remove demo products - remove update.sh
This commit is contained in:
18
_config.yml
18
_config.yml
@ -1,18 +1,18 @@
|
||||
repository: tomjoht/documentation-theme-jekyll
|
||||
repository: lsm-hpce/lsm-hpce.gitpages.psi.ch
|
||||
|
||||
output: web
|
||||
# this property is useful for conditional filtering of content that is separate from the PDF.
|
||||
|
||||
topnav_title: Jekyll Documentation Theme
|
||||
topnav_title: HPCE@PSI
|
||||
# this appears on the top navigation bar next to the home button
|
||||
|
||||
site_title: HPCE test of Jekyll theme for documentation
|
||||
site_title: HPC and Emerging Technologies Documentation
|
||||
# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
|
||||
|
||||
company_name: LSM/HPC and Emerging Technologies Group
|
||||
company_name: Paul Scherrer Institute, LSM/HPC and Emerging Technologies Group
|
||||
# this appears in the footer
|
||||
|
||||
github_editme_path:
|
||||
github_editme_path:
|
||||
# github_editme_path: tomjoht/documentation-theme-jekyll/blob/gh-pages/
|
||||
# if you're using Github, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank.
|
||||
|
||||
@ -34,12 +34,14 @@ port: 4000
|
||||
# the port where the preview is rendered. You can leave this as is unless you have other Jekyll builds using this same port that might cause conflicts. in that case, use another port such as 4006.
|
||||
|
||||
exclude:
|
||||
- README.md
|
||||
- .idea/
|
||||
- .gitignore
|
||||
- vendor
|
||||
- .vscode
|
||||
# these are the files and directories that jekyll will exclude from the build
|
||||
|
||||
feedback_subject_line: Jekyll documentation theme
|
||||
feedback_subject_line: HPCE Documentation feedback
|
||||
|
||||
feedback_email: merlin-admins@lists.psi.ch
|
||||
# feedback_email: tomjoht@gmail.com
|
||||
@ -112,13 +114,13 @@ sidebars:
|
||||
- product2_sidebar
|
||||
- other
|
||||
|
||||
description: "Intended as a documentation theme based on Jekyll for technical writers documenting software and other technical products, this theme has all the elements you would need to handle multiple products with both multi-level sidebar navigation, tags, and other documentation features."
|
||||
description: "Merlin 6 is the HPC cluster at Paul Scherrer Institute in Switzerland."
|
||||
# the description is used in the feed.xml file
|
||||
|
||||
# needed for sitemap.xml file only
|
||||
# url: http://idratherbewriting.com
|
||||
# baseurl: /documentation-theme-jekyll
|
||||
url: "https://lsm-hpce.gitpages.psi.ch"
|
||||
baseurl: /documentation-theme-jekyll
|
||||
baseurl:
|
||||
|
||||
github: [metadata]
|
||||
|
Reference in New Issue
Block a user