Skip to content

Commit

Permalink
Restore .gitignore and optional scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed Aug 12, 2021
1 parent 48cced6 commit 68f0d46
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -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 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# IDEs
.idea/

# Hugo
/resources/
public/
jsconfig.json
node_modules/
3 changes: 3 additions & 0 deletions view.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

hugo server --disableFastRender --i18n-warnings

0 comments on commit 68f0d46

Please sign in to comment.