mirror of
https://github.com/mollyim/mollyim.github.io.git
synced 2025-05-12 21:30:44 +01:00
Restore .gitignore and optional scripts
This commit is contained in:
parent
48cced6706
commit
68f0d46d2d
3 changed files with 31 additions and 0 deletions
20
.editorconfig
Normal file
20
.editorconfig
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# editorconfig.org
|
||||||
|
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.toml]
|
||||||
|
max_line_length = 100
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
|
[layouts/shortcodes/*.html]
|
||||||
|
insert_final_newline = false
|
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# IDEs
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# Hugo
|
||||||
|
/resources/
|
||||||
|
public/
|
||||||
|
jsconfig.json
|
||||||
|
node_modules/
|
3
view.sh
Executable file
3
view.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
hugo server --disableFastRender --i18n-warnings
|
Loading…
Reference in a new issue