diff options
-rw-r--r-- | ReadMe.md | 4 | ||||
-rw-r--r-- | source/changelog/index.md | 6 | ||||
m--------- | themes/chromate | 0 |
3 files changed, 9 insertions, 1 deletions
@@ -13,6 +13,8 @@ sudo npm install hexo-cli -g # Install hexo (the SSG) npm install # NodeJS deps +bash script/git-changelog > source/changelog/index.md # Generate changelog (if needed) + hexo server # Serve live hexo clean hexo generate # Generate to public/ @@ -20,6 +22,6 @@ hexo generate # Generate to public/ --- -Copyright © 2022 Meaningless Records All rights reserved @ 135e2 <[email protected]> +Copyright © Meaningless Records All rights reserved @ 135e2 <[email protected]> All documents & recordings in this repo (if not mentioned) are licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. diff --git a/source/changelog/index.md b/source/changelog/index.md index e6c38b2..8920ae6 100644 --- a/source/changelog/index.md +++ b/source/changelog/index.md @@ -12,6 +12,9 @@ This page contains the changelog of the repos used to generate the website, gene ===================== +[2023-04-28] + * chore: update submodules and ReadMe + [2023-01-19] * feat: add a scriptlet to generate changelog * chore: migrate to new .dev domain @@ -81,6 +84,9 @@ This page contains the changelog of the repos used to generate the website, gene ===================== +[2023-04-28] + * chore: add git repo suffix + [2023-01-19] * chore: migrate to new .dev domain diff --git a/themes/chromate b/themes/chromate -Subproject cd787f09973bb226568f7ed8ed765382915431e +Subproject 4f0d80baea60088c79235a662ea458cbca7151e |