diff --git a/.gitignore b/.gitignore index 76a0bf1..3a3bab4 100755 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,42 @@ -_site -.sass-cache -Gemfile.lock +# Python +__pycache__/ +*.py[cod] +*$py.class +.pytest_cache/ + +# Jekyll +_site/ +.sass-cache/ +.jekyll-cache/ +.jekyll-metadata + +# Development environments +.env +.venv +venv/ +ENV/ + +# IDEs and editors +.idea/ +.vscode/ +*.swp +*.swo +*~ + +# Dependency directories +node_modules/ +jspm_packages/ + +# Build output +dist/ +build/ + +# Logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Miscellaneous +.DS_Store +Thumbs.db \ No newline at end of file diff --git a/__pycache__/test_update_post_authors.cpython-312-pytest-8.4.0.pyc b/__pycache__/test_update_post_authors.cpython-312-pytest-8.4.0.pyc new file mode 100644 index 0000000..6f64dd9 Binary files /dev/null and b/__pycache__/test_update_post_authors.cpython-312-pytest-8.4.0.pyc differ diff --git a/__pycache__/update_post_authors.cpython-312-pytest-8.4.0.pyc b/__pycache__/update_post_authors.cpython-312-pytest-8.4.0.pyc new file mode 100644 index 0000000..d0bad10 Binary files /dev/null and b/__pycache__/update_post_authors.cpython-312-pytest-8.4.0.pyc differ diff --git a/__pycache__/update_post_authors.cpython-312.pyc b/__pycache__/update_post_authors.cpython-312.pyc new file mode 100644 index 0000000..a25aa9e Binary files /dev/null and b/__pycache__/update_post_authors.cpython-312.pyc differ diff --git a/_config.yml b/_config.yml index be54b6e..d836082 100644 --- a/_config.yml +++ b/_config.yml @@ -2,6 +2,12 @@ baseurl: "/" # The subpath of your site. Use "" if you're hosting a blog at the url: "http://ellekasai.github.io" # the base hostname & protocol for your site title: "Co-Lab" +# Author configuration +author: + name: "Anonymous" + bio: "Default site author" + avatar: "/images/default-avatar.jpg" + # This is used by feed.xml. Uncomment if you want to use it. # description: "..." @@ -27,7 +33,8 @@ defaults: type: "posts" values: layout: "post" + author: "Anonymous" # Excerpt settings -excerpt_separator: -show_excerpts: true +excerpt_separator: " +show_excerpts: true \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index cabc486..56b721e 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,46 +1,22 @@ --- layout: default --- - -