mycosystems client site
Find a file
2024-05-30 17:32:19 -04:00
.gitea/workflows update urls 2024-05-10 20:23:53 -04:00
archetypes update default article template, device anon title, and readme for article reviews 2024-04-28 19:23:10 -04:00
assets update modules 2024-04-16 23:19:20 -04:00
bin update script 2024-03-09 17:27:12 -05:00
config/_default setup progressive jpeg instead of PNG 2024-04-16 23:15:47 -04:00
content add npm packages, start working on a call to action button for articles, add hardware dep article 2024-05-30 17:32:19 -04:00
layouts add npm packages, start working on a call to action button for articles, add hardware dep article 2024-05-30 17:32:19 -04:00
static@2a3eb1322b finalize re-organization 2024-04-16 21:30:53 -04:00
themes add blowfish as a submodule, update gitignore, update readme 2024-04-12 23:28:35 -04:00
.gitignore add npm packages, start working on a call to action button for articles, add hardware dep article 2024-05-30 17:32:19 -04:00
.gitmodules update modules 2024-04-16 23:19:20 -04:00
.prettierrc update prettierrc 2024-04-16 21:19:24 -04:00
LICENSE Update LICENSE 2023-09-02 01:56:22 +00:00
package-lock.json add npm packages, start working on a call to action button for articles, add hardware dep article 2024-05-30 17:32:19 -04:00
package.json add npm packages, start working on a call to action button for articles, add hardware dep article 2024-05-30 17:32:19 -04:00
README.md Update README.md 2024-04-28 23:28:32 +00:00

web.myco.systems

Start developing

git clone https://git.myco.systems/mycosystems/web.myco.systems.git
git fetch
git switch rework
git submodule update --init --recursive

Optionally we recommend installing prettier, the prettierrc file is preconfigured to use the go template plugin.

npm install --save-dev prettier prettier-plugin-go-template

Writing articles

  • Grammar checked
  • Spelling checked
  • Title fits the article
  • folder name is short and fits the title
  • Lead and description are populated and fit the article

New Articles

When starting a new article or page, use the command hugo new content This will create a new folder and markdown file with frontmatter for a title and description; under the frontmatter is a lead. The lead is to substitute the description; as the description is only used for OG, the lead will display under the title when a user is reading that article.

hugo new content content/new-page/index.md

Editing/Reviewing Articles

When reviewing, an article should have a fitting title, the folder should match the name of the article (The folder decides the name of the articles's slug), and there should be a description and lead that are fitting to the article.

License:

MIT, thank you to the people over at Blowfish