Skip to content

Commit

Permalink
some experiments with config
Browse files Browse the repository at this point in the history
  • Loading branch information
NickRimmer committed Mar 19, 2021
1 parent f6da831 commit 48c64d6
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 33 deletions.
47 changes: 16 additions & 31 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,15 @@
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
#
# If you need help with YAML syntax, here are some quick references for you:
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/
#
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.

title: Your awesome title
email: [email protected]
title: Prosphora Help
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
Site description meta data for SEO.
Multiline example.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
remote_theme: pmarsceill/just-the-docs
twitter_username: jekyllrb
github_username: jekyll

# Build settings
# theme: minima
theme: "just-the-docs"
plugins:
- jekyll-feed
# plugins:

# Exclude from processing.
# The following items will not be processed, by default.
Expand All @@ -56,4 +31,14 @@ plugins:
# - vendor/gems/
# - vendor/ruby/

search_enabled: true
# Google Analytics Tracking
# ga_tracking: UA-5555555-55
# ga_tracking_anonymize_ip: true # Use GDPR compliant Google Analytics settings (true by default)

search_enabled: true
# logo: "/assets/images/just-the-docs.png"
gh_edit_link: false
aux_links:
"Back to site":
- "http://5o1c3-webapp-dev.azurewebsites.net/"

1 change: 1 addition & 0 deletions _includes/footer_custom.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Copyright &copy; 2021 <a href="http://5o1c3-webapp-dev.azurewebsites.net/copyright">Prosphora</a>.
8 changes: 6 additions & 2 deletions docs/test.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
layout: default
title: Hello World page
title: First test page
---
## hello world (updated)

## Title 1
This is an example of documentation page

### Title 2
This is an example of documentation page
9 changes: 9 additions & 0 deletions docs/test2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: default
title: Second test page
---

## Title 3
This is an example of documentation page

![Image](https://via.placeholder.com/600x150.png?text=Some+image+here)

0 comments on commit 48c64d6

Please sign in to comment.