-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 7b5b5a9 with MkDocs version: 1.6.1
- Loading branch information
Showing
2 changed files
with
21 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Welcome to MkDocs","text":"<p>For full documentation visit mkdocs.org.</p>"},{"location":"#commands","title":"Commands","text":"<ul> <li><code>mkdocs new [dir-name]</code> - Create a new project.</li> <li><code>mkdocs serve</code> - Start the live-reloading docs server.</li> <li><code>mkdocs build</code> - Build the documentation site.</li> <li><code>mkdocs -h</code> - Print help message and exit.</li> </ul>"},{"location":"#project-layout","title":"Project layout","text":"<pre><code>mkdocs.yml # The configuration file.\ndocs/\n index.md # The documentation homepage.\n ... # Other markdown pages, images and other files.\n</code></pre>"},{"location":"article/","title":"My first article","text":"<p>This is my first article with some code:</p> <pre><code>class Test\n{\n static void Main()\n {\n Console.WriteLine(\"Hello World\");\n }\n}\n</code></pre>"}]} | ||
{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Advent of Code","text":"<p>https://adventofcode.com/</p>"},{"location":"#overview","title":"Overview","text":"<p>I discovered Advent of Code in (I think) 2017. I was learning Python at the time and was looking for a project to apply the language to, as I have found this is the best way I learn new things, by doing them.</p> <p>That first year was a lot of fun, and I learnt a lot of Python coding during the month, which was the goal. Since then, I have attempted each year, with the goal of just completing challenges. I don't solve problems quick enough to place on the leaderboard, I think my best ever placing is mid 200's. I'd love to one day place on the global leaderboard for just one star, so I'll keep trying</p>"},{"location":"#purpose","title":"Purpose","text":"<p>The purpose of this repo/website is varied</p> <ul> <li>It's a place for me to consolidate all my AoC code into one repo, and use this going forward, rather than the varied and adhoc nature I've been using</li> <li>Somewhere for me to reflect on the challenges and achievements along the way</li> <li>A showcase of what I can do</li> <li>Somewhere I can (hopefully) easily lookup previous years challenges when faced with that feeling of \"This seems similar to something I've done before...\"</li> </ul>"},{"location":"article/","title":"My first article","text":"<p>This is my first article with some code:</p> <pre><code>class Test\n{\n static void Main()\n {\n Console.WriteLine(\"Hello World\");\n }\n}\n</code></pre>"}]} |