diff --git a/_config.yml b/_config.yml index db9f8e5..59664ab 100644 --- a/_config.yml +++ b/_config.yml @@ -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: your-email@example.com +title: Prosphora Help +email: support@prosphora.com 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. @@ -56,4 +31,14 @@ plugins: # - vendor/gems/ # - vendor/ruby/ -search_enabled: true \ No newline at end of file +# 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/" + \ No newline at end of file diff --git a/_includes/footer_custom.html b/_includes/footer_custom.html new file mode 100644 index 0000000..f53fdd2 --- /dev/null +++ b/_includes/footer_custom.html @@ -0,0 +1 @@ +Copyright © 2021 Prosphora. \ No newline at end of file diff --git a/docs/test.md b/docs/test.md index 379f21f..0a95556 100755 --- a/docs/test.md +++ b/docs/test.md @@ -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 \ No newline at end of file diff --git a/docs/test2.md b/docs/test2.md new file mode 100644 index 0000000..0bc0841 --- /dev/null +++ b/docs/test2.md @@ -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) \ No newline at end of file