This is an automated email from the ASF dual-hosted git repository.
wave pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/chemistry-site.git.
from 19af7d0 migrated content
new 626ec37 framework
new e39f274 fixes
new 49fade0 fix pre to match .codehilite
new 678cb81 fix code to match pre
new bf7efad more css for code blocks. Also fix img layout
new 702eb99 "fun" with code blocks and pre
new 1e92e67 fix fences
new 298ed64 adding code highlighting
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
LICENSE | 202 +++++++++++++++++
README.md | 5 +
content/internal/opencmis-release.md | 2 +
content/java/developing/guide.md | 11 +-
content/resources/site.css | 11 +-
content/resources/xcode.css | 101 +++++++++
migration/README.md | 34 +++
pelicanconf.py | 172 +++++++++++++++
requirements.txt | 2 +
theme/apache/templates/base.html | 242 +++++++++++++++++++++
theme/apache/templates/page.html | 4 +
theme/plugins/asfgenid.py | 410 +++++++++++++++++++++++++++++++++++
12 files changed, 1191 insertions(+), 5 deletions(-)
create mode 100644 LICENSE
create mode 100644 README.md
create mode 100644 content/resources/xcode.css
create mode 100644 migration/README.md
create mode 100644 pelicanconf.py
create mode 100644 requirements.txt
create mode 100644 theme/apache/templates/base.html
create mode 100644 theme/apache/templates/page.html
create mode 100644 theme/plugins/asfgenid.py