diff options
author | GNUxeava <bluenerd@protonmail.com> | 2022-03-11 01:15:12 +0000 |
---|---|---|
committer | GNUxeava <bluenerd@protonmail.com> | 2022-03-11 01:15:12 +0000 |
commit | e8b33e7264fd4abca7d05819f4edf470798b35f3 (patch) | |
tree | 81582f98b907c4cf97b0feab3788f0fbc50b7eb0 |
Initial commit
-rw-r--r-- | .gitignore | 36 | ||||
-rw-r--r-- | README.md | 3 |
2 files changed, 39 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..69698b2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +# ---> Hugo +# Generated files by hugo +/public/ +/resources/_gen/ +/assets/jsconfig.json +hugo_stats.json + +# Executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + +# Temporary lock file while building +/.hugo_build.lock + +# ---> Vim +# Swap +[._]*.s[a-v][a-z] +!*.svg # comment out if you don't need vector files +[._]*.sw[a-p] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] +[._]sw[a-p] + +# Session +Session.vim +Sessionx.vim + +# Temporary +.netrwhist +*~ +# Auto-generated tag files +tags +# Persistent undo +[._]*.un~ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..95d10c6 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# divine-chronicles + +My blog
\ No newline at end of file |