reuixiy
reuixiy
Fixes #111
This is a special issue for MemE users. Feel free to add your blog here! :stuck_out_tongue_closed_eyes:
https://github.com/reuixiy/hugo-theme-meme/blob/d1d347204552e3a49052a504705450829439ed86/assets/scss/base/_data-attributes.scss#L33-L34 ```css /* table */ display: table; margin: 0 auto; /* grid */ display: grid; place-content: center; ``` https://twitter.com/argyleink/status/1290785642788487168 --- https://github.com/reuixiy/io-oi.me/blob/07e68d8d7f07f2196a2633fa2a09cde0a809bd6f/assets/scss/custom/_custom.scss#L197-L198
- [x] Automatically build GitHub Pages `https://reuixiy.github.io/hugo-theme-meme` - [x] ~~Automatically update exampleSite/resources folder~~ ~~https://github.com/gohugoio/hugoThemes#resources~~ The new https://github.com/gohugoio/hugoThemesSiteBuilder no longer has this requirement. - [ ] Automatically update CHANGELOG.md and create...
https://github.com/reuixiy/hugo-theme-meme/blob/e927542dbe1cb8329acfe475bcd77df2361118f8/layouts/partials/components/post-gitinfo.html#L42-L50 So in post-gitinfo.html we use `.Path` to combine `editURL`, it works well on Linux, but not working on Windows. On Windows, `.Path` like `foo/bar` will be "converted" to `foo\bar`,...
Move the following files from `utils` to `components`: ``` content.html json-ld.html limit-tree-posts.html list-item.html open-graph.html toc.html twitter-cards.html updated-badge.html ```
Just found that you can prefill some content in GitHub new issue textarea via URL query params. Seems like a nice feature if we could implement it to MemE! Ref...