From dcaade4ad003e2557c17faf2434e6e440615c6ec Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 19 Oct 2020 17:34:04 -0700 Subject: [PATCH] clean slate --- README.md | 1 - faq.md | 19 ------------------- index.md | 10 +++------- neuron.dhall | 2 +- 4 files changed, 4 insertions(+), 28 deletions(-) delete mode 100644 README.md delete mode 100644 faq.md diff --git a/README.md b/README.md deleted file mode 100644 index 910bd24..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -# zettel.thermokar.st diff --git a/faq.md b/faq.md deleted file mode 100644 index c6314c5..0000000 --- a/faq.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -tags: [other] ---- - -# FAQ - -How long does it take for the site to update? -: The [GitHub Actions](https://github.com/features/actions) build itself takes about ~25 seconds to run. It is generally expected for your site to update around that duration, and take no more than a minute. - -Which environment is used to build and deploy the site? -: From the [Actions workflow file](https://github.com/srid/neuron-template/blob/master/.github/workflows/publish.yaml), it can be seen that we install [neuron](https://neuron.zettel.page/) using GitHub's artifact storage in Srid's repo [srid/neuron](https://github.com/srid/neuron), as well as use the [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) action to push the built site to the `gh-pages` branch, that in turn gets deployed to GitHub's servers. - -Can I use my own domain name? -: Yes, you can [set the CNAME in publish.yaml][cname]. - -How can private repositories be published? -: You will need a GitHub paid plan to publish private repositories. Public repositories on the other hand can be published in the GitHub free plan. [Cerveau](https://www.cerveau.app/)'s Premium Plan, when it is ready, will be able to publish public and private repositories. - -[cname]: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-add-cname-file-cname \ No newline at end of file diff --git a/index.md b/index.md index 84d2be9..48f03ef 100644 --- a/index.md +++ b/index.md @@ -2,12 +2,8 @@ tags: [home] --- -# Neuron Template +# index -You are viewing a template site, generated from [neuron-template](https://github.com/srid/neuron-template) and published by [neuron](https://neuron.zettel.page/). [GitHub Pages](https://pages.github.com/) is used to automatically publish this site every time the underlying Git repository gets updated. +experiment(s) with a public notebook. -Get started by reading [[[README]]]. - -Other pages on this zettelkasten (this demonstrates how to use [link queries](https://neuron.zettel.page/link-query.html)): - -[[[z:zettels?tag=other]]] +[[[z:zettels]]] diff --git a/neuron.dhall b/neuron.dhall index 79085b8..f16cd4c 100644 --- a/neuron.dhall +++ b/neuron.dhall @@ -2,7 +2,7 @@ , author = Some "Matthew Ryan Dillon" , siteBaseUrl = Some "https://zettel.thermokar.st" -- List of theme colors: https://neuron.zettel.page/2014601.html -, theme = "teal" +, theme = "black" -- This is used in the "edit" button , editUrl = Some "https://github.com/thermokarst/zettel/edit/main/" }