Skip to content

Instantly share code, notes, and snippets.

@oshliaer
Last active October 31, 2018 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oshliaer/47d150374ecece4a9e1547ea72eec7b3 to your computer and use it in GitHub Desktop.
Save oshliaer/47d150374ecece4a9e1547ea72eec7b3 to your computer and use it in GitHub Desktop.
Hugo plural form Russian
site
node_modules
package-lock.json

Hugo plural form Russian

Packing the repo

$> sh ./pack.sh

OR

$> tar czf site.tar.gz site && rm -rf ./site

Test it

$> git clone https://gist.github.com/oshliaer/47d150374ecece4a9e1547ea72eec7b3 ./hugo_plural_form_russian
$> cd ./hugo_plural_form_russian
$> sh ./unpack.sh

OR

$> cd ./hugo_plural_form_russian && tar xzf site.tar.gz && cd ./site && hugo serve
tar czf site.tar.gz site && rm -rf ./site
tar xzf site.tar.gz && cd ./site && hugo serve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment