KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
sis-site
★ 9
Open GitHub ↗
Website sources for the Apache SIS website
Download README (.md)
Explore Similar Repositories
Upload-Multiple-Image-
:
Upload multile images to server
AscTrio
:
AscTrio 是基于 Pytest 开发的接口自动化测试框架
GetSimple-SmtpPlugin-CSRF2RCE
:
GetSimple CMS My SMTP Contact Plugin <= v1.1.1 - CSRF to RCE
DEX
:
The smart contracts
JmeterSample
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
sis-site
?
Download (.md)
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> # Apache SIS website This is the source code for the website of [Apache SIS](https://sis.apache.org/), hosted at: https://sis.apache.org/ ## Repository structure This repository uses 3 branches for building the website. - The `main` branch, which contains all the sources for the website. - The `asf-site` branch, which contains the generated website being used for the actual website. - The `javadoc` branch, which contains API documentation generated from source code. When contributing patches, please create pull requests for the `main` branch. ## Content Management System The website uses Hugo as static website generator. See [Hugo](https://gohugo.io/) for more info and for details how to install Hugo. ## Generate the website To generate the static website, execute `hugo` to generate in the `public/` directory. During development, it may be useful to run an incremental build. For this to work, execute `hugo server -D` to continuously generate and serve the website on `localhost:1313`.