commit | 198d962ef28b3ff342882a4ab8ceb52e98ab1b99 | [log] [tgz] |
---|---|---|
author | Lewis John McGibbney <lewis.mcgibbney@gmail.com> | Wed Nov 24 08:58:15 2021 -0800 |
committer | Lewis John McGibbney <lewis.mcgibbney@gmail.com> | Wed Nov 24 08:58:15 2021 -0800 |
tree | e455626d9185a1b73770b4c6a1808125df1ecd02 | |
parent | 335dac0ea72edd69de6b19bcda97408728cfdc57 [diff] |
Remove public directory from main branch
This repository contains the website source code for the Apache Nutch project.
Built using the kube Theme for Hugo.
The Website is built using Hugo a popular open-source static website generation framework.
$ hugo server ... Start building sites … | EN -------------------+----- Pages | 10 Paginator pages | 0 Non-page files | 0 Static files | 10 Processed images | 0 Aliases | 0 Sitemaps | 1 Cleaned | 0 Built in 107 ms Watching for changes in /path/to/nutch_site/{archetypes,content,data,layouts,static,themes} Watching for config changes in /path/to/nutch_site/config.toml Environment: "development" Serving pages from memory Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender Web Server is available at http://localhost:1313/ (bind address 127.0.0.1) Press Ctrl+C to stop
Check out the Hugo documentation. Any further questions should be added to dev at nutch dot apache dot org
.
To contribute a patch, follow these instructions (note that installing Hub is not strictly required, but is recommended).
0. Download and install hub.github.com 1. File JIRA issue for your fix at https://issues.apache.org/jira/projects/NUTCH/issues - you will get issue id NUTCH-xxx where xxx is the issue ID. 2. git clone https://github.com/apache/nutch-site.git 3. cd nutch-site 4. git checkout -b NUTCH-xxx 5. edit files 6. git status (make sure it shows what files you expected to edit) 7. git add <files> 8. git commit -m “fix for NUTCH-xxx contributed by <your username>” 9. git fork 10. git push -u <your git username> NUTCH-xxx 11. git pull-request
Licensed under the Apache Licence v2