Notes to MyselfΒΆ
For referencing other blog posts in the
abloghtml build:
[this blog post](this-blog-post/)
To serve my pages locally: A. Open terminal from the Launcher on my chromebook: alt+shift+l B. Change directory to where the html is, e.g.
~/post/_website/C. Type the command:python3 -m http.server
The website is served at localhost:8000. ctrl+c kills the server. 3. With speech, move to the beginning of the line is C-a and move to the end of the line is C-e C-e. To move bysentence is M-a (backwards) and M-e (forwards. 4. pandoccan process multiple files as input to create one file: pandoc -o single.md *.md`