bash: Thu Nov 7 23:37:18 CST 2019

master
root 5 years ago
parent d228bc6924
commit fdb963871b
  1. 0
      .github/workflows/nodejs.yml
  2. 0
      .gitignore
  3. 0
      LICENSE
  4. 0
      NOTES.md
  5. 10
      README.md
  6. 0
      azure-pipelines.yml
  7. 0
      dist/404.php
  8. 0
      dist/archive.php
  9. 0
      dist/author.php
  10. 0
      dist/category.php
  11. 0
      dist/comments.php
  12. 0
      dist/css/bundle.css
  13. 0
      dist/footer.php
  14. 0
      dist/functions.php
  15. 0
      dist/header.php
  16. 0
      dist/images/wave.svg
  17. 0
      dist/index.html
  18. 0
      dist/index.php
  19. 0
      dist/js/bundle.js
  20. 0
      dist/loop.php
  21. 0
      dist/manifest.json
  22. 0
      dist/page.php
  23. 0
      dist/pagination.php
  24. 0
      dist/screenshot.png
  25. 0
      dist/search.php
  26. 0
      dist/searchform.php
  27. 0
      dist/sidebar.php
  28. 0
      dist/single.html
  29. 0
      dist/single.php
  30. 0
      dist/style.css
  31. 0
      dist/tag.php
  32. 0
      dist/template-demo.php
  33. 0
      package-lock.json
  34. 0
      package.json
  35. 0
      src/images/wave.svg
  36. 0
      src/index.html
  37. 0
      src/package.less
  38. 0
      src/php/404.php
  39. 0
      src/php/archive.php
  40. 0
      src/php/author.php
  41. 0
      src/php/category.php
  42. 0
      src/php/comments.php
  43. 0
      src/php/dev-templates/is-debug.php
  44. 0
      src/php/footer.php
  45. 0
      src/php/functions.php
  46. 0
      src/php/header.php
  47. 0
      src/php/index.php
  48. 0
      src/php/loop.php
  49. 0
      src/php/modules/is-debug.php
  50. 0
      src/php/page.php
  51. 0
      src/php/pagination.php
  52. 0
      src/php/search.php
  53. 0
      src/php/searchform.php
  54. 0
      src/php/sidebar.php
  55. 0
      src/php/single.php
  56. 0
      src/php/tag.php
  57. 0
      src/php/template-demo.php
  58. 0
      src/screenshot.png
  59. 0
      src/scss/components/mdc.scss
  60. 0
      src/scss/components/normalize.scss
  61. 0
      src/scss/components/pjax.scss
  62. 0
      src/scss/index.scss
  63. 0
      src/scss/layouts/coverImage.scss
  64. 0
      src/scss/layouts/footer.scss
  65. 0
      src/scss/layouts/header.scss
  66. 0
      src/scss/layouts/pageContent.scss
  67. 0
      src/scss/layouts/postThumbList.scss
  68. 0
      src/scss/markdown-theme/github.scss
  69. 0
      src/scss/markdown-theme/markdown.scss
  70. 0
      src/scss/variables.scss
  71. 0
      src/single.html
  72. 0
      src/ts/components/mdcConf.ts
  73. 0
      src/ts/components/mdcInit.ts
  74. 0
      src/ts/index.ts
  75. 0
      src/ts/modules/coverImgInit.ts
  76. 0
      src/ts/modules/headerBarScrollHandler.ts
  77. 0
      src/ts/modules/hexFilter.ts
  78. 0
      src/ts/modules/rgb2hex.ts
  79. 0
      src/ts/modules/scrollDirection.ts
  80. 0
      tsconfig.json
  81. 0
      webpack.config.js

@ -5,12 +5,16 @@ Sakura v2
[Demo](https://mashirozx.github.io/sakura2/dist/)
__This is a developing repo, do not install in production environment!__
### Install
Git Clone/download/upload into `./wp-content/themes/`, then active theme in WordPress dashboard.
Clone/download/upload into `./wp-content/themes/`, then active theme in WordPress dashboard.
### Development
__DO NOT MODIFY OR SAVE IN `./dist/`__, all your changes under this folder will be replaced after `npm run build`. Develop by changes files in `./src/`.
__DO NOT MODIFY OR SAVE IN `./dist/`__, all your changes in this folder will be replaced after `npm run build`. Develop by changing files in `./src/`.
### Compile
```bash
npm i -g webpack-cli
npm install
@ -25,4 +29,4 @@ __Commands must run under Linux!__ Dev server on <http://localhost:8080/>, also
### Contribution
Won't merge any pull requests during `beta` stage.
[Private Notebook](./NOTES.md)
[Private Notebook](./NOTES.md)

Before

Width:  |  Height:  |  Size: 526 B

After

Width:  |  Height:  |  Size: 526 B

Before

Width:  |  Height:  |  Size: 623 KiB

After

Width:  |  Height:  |  Size: 623 KiB

Before

Width:  |  Height:  |  Size: 526 B

After

Width:  |  Height:  |  Size: 526 B

Before

Width:  |  Height:  |  Size: 623 KiB

After

Width:  |  Height:  |  Size: 623 KiB

Loading…
Cancel
Save