Parcourir la source

_website -> website.

Add a symlink _website for compatibility now. It will be removed after the
elves/up script is updated.
Qi Xiao il y a 4 ans
Parent
commit
1dbccad571
68 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      _website
  2. 0 0
      website/.gitignore
  3. 0 0
      website/Makefile
  4. 0 0
      website/README.md
  5. 0 0
      website/_favicons/android-chrome-192x192.png
  6. 0 0
      website/_favicons/android-chrome-256x256.png
  7. 0 0
      website/_favicons/apple-touch-icon.png
  8. 0 0
      website/_favicons/browserconfig.xml
  9. 0 0
      website/_favicons/favicon-16x16.png
  10. 0 0
      website/_favicons/favicon-32x32.png
  11. 0 0
      website/_favicons/favicon.ico
  12. 0 0
      website/_favicons/mstile-150x150.png
  13. 0 0
      website/_favicons/safari-pinned-tab.svg
  14. 0 0
      website/_favicons/site.webmanifest
  15. 0 0
      website/_tools/highlighter.go
  16. 0 0
      website/_tools/macros.go
  17. 0 0
      website/_tools/md-to-html
  18. 0 0
      website/_tools/pandoc-data/templates/toc-and-body.html
  19. 0 0
      website/_ttyshot/README.md
  20. 0 0
      website/_ttyshot/completion-mode.html
  21. 0 0
      website/_ttyshot/control-structures.html
  22. 0 0
      website/_ttyshot/fundamentals/history-1.html
  23. 0 0
      website/_ttyshot/fundamentals/history-2.html
  24. 0 0
      website/_ttyshot/histlist-mode.html
  25. 0 0
      website/_ttyshot/history-mode.html
  26. 0 0
      website/_ttyshot/lastcmd.html
  27. 0 0
      website/_ttyshot/location-mode-filter.html
  28. 0 0
      website/_ttyshot/location-mode.html
  29. 0 0
      website/_ttyshot/navigation-mode.html
  30. 0 0
      website/_ttyshot/pipelines.html
  31. 0 0
      website/_ttyshot/unicode-prompts.html
  32. 0 0
      website/blog/0.10-release-notes.md
  33. 0 0
      website/blog/0.11-release-notes.md
  34. 0 0
      website/blog/0.12-release-notes.md
  35. 0 0
      website/blog/0.13-release-notes.md
  36. 0 0
      website/blog/0.9-release-notes.md
  37. 0 0
      website/blog/index.toml
  38. 0 0
      website/blog/live.md
  39. 0 0
      website/blog/newsletter-july-2017.md
  40. 0 0
      website/blog/newsletter-sep-2017.md
  41. 0 0
      website/fonts.css
  42. 0 0
      website/get/index.toml
  43. 0 0
      website/get/prelude.css
  44. 0 0
      website/get/prelude.md
  45. 0 0
      website/home.css
  46. 0 0
      website/home.js
  47. 0 0
      website/home.md
  48. 0 0
      website/icon-font.css
  49. 0 0
      website/index.toml
  50. 0 0
      website/learn/cookbook.md
  51. 0 0
      website/learn/effective-elvish.md
  52. 0 0
      website/learn/fundamentals.md
  53. 0 0
      website/learn/index.toml
  54. 0 0
      website/learn/unique-semantics.md
  55. 0 0
      website/ref/builtin.md
  56. 0 0
      website/ref/bundled.md
  57. 0 0
      website/ref/edit.md
  58. 0 0
      website/ref/epm.md
  59. 0 0
      website/ref/index.toml
  60. 0 0
      website/ref/language.md
  61. 0 0
      website/ref/name.md
  62. 0 0
      website/ref/philosophy.md
  63. 0 0
      website/ref/prelude.md
  64. 0 0
      website/ref/re.md
  65. 0 0
      website/ref/store.md
  66. 0 0
      website/reset.css
  67. 0 0
      website/style.css
  68. 0 0
      website/template.html

+ 1 - 0
_website

@@ -0,0 +1 @@
+website

+ 0 - 0
_website/.gitignore → website/.gitignore


+ 0 - 0
_website/Makefile → website/Makefile


+ 0 - 0
_website/README.md → website/README.md


+ 0 - 0
_website/_favicons/android-chrome-192x192.png → website/_favicons/android-chrome-192x192.png


+ 0 - 0
_website/_favicons/android-chrome-256x256.png → website/_favicons/android-chrome-256x256.png


+ 0 - 0
_website/_favicons/apple-touch-icon.png → website/_favicons/apple-touch-icon.png


+ 0 - 0
_website/_favicons/browserconfig.xml → website/_favicons/browserconfig.xml


+ 0 - 0
_website/_favicons/favicon-16x16.png → website/_favicons/favicon-16x16.png


+ 0 - 0
_website/_favicons/favicon-32x32.png → website/_favicons/favicon-32x32.png


+ 0 - 0
_website/_favicons/favicon.ico → website/_favicons/favicon.ico


+ 0 - 0
_website/_favicons/mstile-150x150.png → website/_favicons/mstile-150x150.png


+ 0 - 0
_website/_favicons/safari-pinned-tab.svg → website/_favicons/safari-pinned-tab.svg


+ 0 - 0
_website/_favicons/site.webmanifest → website/_favicons/site.webmanifest


+ 0 - 0
_website/_tools/highlighter.go → website/_tools/highlighter.go


+ 0 - 0
_website/_tools/macros.go → website/_tools/macros.go


+ 0 - 0
_website/_tools/md-to-html → website/_tools/md-to-html


+ 0 - 0
_website/_tools/pandoc-data/templates/toc-and-body.html → website/_tools/pandoc-data/templates/toc-and-body.html


+ 0 - 0
_website/_ttyshot/README.md → website/_ttyshot/README.md


+ 0 - 0
_website/_ttyshot/completion-mode.html → website/_ttyshot/completion-mode.html


+ 0 - 0
_website/_ttyshot/control-structures.html → website/_ttyshot/control-structures.html


+ 0 - 0
_website/_ttyshot/fundamentals/history-1.html → website/_ttyshot/fundamentals/history-1.html


+ 0 - 0
_website/_ttyshot/fundamentals/history-2.html → website/_ttyshot/fundamentals/history-2.html


+ 0 - 0
_website/_ttyshot/histlist-mode.html → website/_ttyshot/histlist-mode.html


+ 0 - 0
_website/_ttyshot/history-mode.html → website/_ttyshot/history-mode.html


+ 0 - 0
_website/_ttyshot/lastcmd.html → website/_ttyshot/lastcmd.html


+ 0 - 0
_website/_ttyshot/location-mode-filter.html → website/_ttyshot/location-mode-filter.html


+ 0 - 0
_website/_ttyshot/location-mode.html → website/_ttyshot/location-mode.html


+ 0 - 0
_website/_ttyshot/navigation-mode.html → website/_ttyshot/navigation-mode.html


+ 0 - 0
_website/_ttyshot/pipelines.html → website/_ttyshot/pipelines.html


+ 0 - 0
_website/_ttyshot/unicode-prompts.html → website/_ttyshot/unicode-prompts.html


+ 0 - 0
_website/blog/0.10-release-notes.md → website/blog/0.10-release-notes.md


+ 0 - 0
_website/blog/0.11-release-notes.md → website/blog/0.11-release-notes.md


+ 0 - 0
_website/blog/0.12-release-notes.md → website/blog/0.12-release-notes.md


+ 0 - 0
_website/blog/0.13-release-notes.md → website/blog/0.13-release-notes.md


+ 0 - 0
_website/blog/0.9-release-notes.md → website/blog/0.9-release-notes.md


+ 0 - 0
_website/blog/index.toml → website/blog/index.toml


+ 0 - 0
_website/blog/live.md → website/blog/live.md


+ 0 - 0
_website/blog/newsletter-july-2017.md → website/blog/newsletter-july-2017.md


+ 0 - 0
_website/blog/newsletter-sep-2017.md → website/blog/newsletter-sep-2017.md


+ 0 - 0
_website/fonts.css → website/fonts.css


+ 0 - 0
_website/get/index.toml → website/get/index.toml


+ 0 - 0
_website/get/prelude.css → website/get/prelude.css


+ 0 - 0
_website/get/prelude.md → website/get/prelude.md


+ 0 - 0
_website/home.css → website/home.css


+ 0 - 0
_website/home.js → website/home.js


+ 0 - 0
_website/home.md → website/home.md


+ 0 - 0
_website/icon-font.css → website/icon-font.css


+ 0 - 0
_website/index.toml → website/index.toml


+ 0 - 0
_website/learn/cookbook.md → website/learn/cookbook.md


+ 0 - 0
_website/learn/effective-elvish.md → website/learn/effective-elvish.md


+ 0 - 0
_website/learn/fundamentals.md → website/learn/fundamentals.md


+ 0 - 0
_website/learn/index.toml → website/learn/index.toml


+ 0 - 0
_website/learn/unique-semantics.md → website/learn/unique-semantics.md


+ 0 - 0
_website/ref/builtin.md → website/ref/builtin.md


+ 0 - 0
_website/ref/bundled.md → website/ref/bundled.md


+ 0 - 0
_website/ref/edit.md → website/ref/edit.md


+ 0 - 0
_website/ref/epm.md → website/ref/epm.md


+ 0 - 0
_website/ref/index.toml → website/ref/index.toml


+ 0 - 0
_website/ref/language.md → website/ref/language.md


+ 0 - 0
_website/ref/name.md → website/ref/name.md


+ 0 - 0
_website/ref/philosophy.md → website/ref/philosophy.md


+ 0 - 0
_website/ref/prelude.md → website/ref/prelude.md


+ 0 - 0
_website/ref/re.md → website/ref/re.md


+ 0 - 0
_website/ref/store.md → website/ref/store.md


+ 0 - 0
_website/reset.css → website/reset.css


+ 0 - 0
_website/style.css → website/style.css


+ 0 - 0
_website/template.html → website/template.html