/love

Primary LanguageHTML

乡愁永酒诗文集

参考资料

vi Search and Replace

6,10s/foo/bar/g

  • s for Substitude
  • g for global search and replace
  • 6, 10 for between line 6 and line 10

How to Build

  • 先生成网站再生成PDF文档
    • $ . run_all.sh
  • 只生成网站
    • $ . jupyter_book.sh
  • 只生成PDF文档
    • $ cd pandoc
    • $ . pandoc.sh
  • 生成第一册格律诗词云图
    • $ cd word_cloud
    • $ python word_cloud.py
  • Note: The following warning messages are ok
/workspaces/love/src/01_classic_poems/_pandoc.md: WARNING: document isn't included in any toctree
/workspaces/love/src/02_modern_poems/_pandoc.md: WARNING: document isn't included in any toctree
/workspaces/love/src/03_proses/_pandoc.md: WARNING: document isn't included in any toctree
/workspaces/love/src/04_english/_pandoc.md: WARNING: document isn't included in any toctree
/workspaces/love/src/_about.md: WARNING: document isn't included in any toctree

How to Deploy to PythonAnywhere.com

  • Log on to PythonAnywhere.com
  • Get a bash console
  • $ . deploy_love.sh

Issue Resolutions

When encountering the error "ImportError: libffi.so.6: cannot open shared object file: No such file or directory":

https://stackoverflow.com/questions/61875869/ubuntu-20-04-upgrade-python-missing-libffi-so-6/63329830#63329830

  • $ curl -LO http://archive.ubuntu.com/ubuntu/pool/main/libf/libffi/libffi6_3.2.1-8_amd64.deb
  • $ sudo dpkg -i libffi6_3.2.1-8_amd64.deb

When encountering the error "ModuleNotFoundError: No module named 'six'":

  • $ sudo pip uninstall six
  • $ pip install six

Miscellenous Notes

to support Chinese Latex generation for PDF sudo apt install latex-cjk-all

to install Pandoc

sudo apt-get update -y

sudo apt-get install -y pandoc

pip install pyppeteer

To install 楷体 font for Chinese Character:

sudo apt-get install fonts-arphic-ukai

https://gist.github.com/allex/11203573

sudo apt install -y gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget
html_theme_options:
  search_bar_text: " "