https://github.com/cft-hy/hila.home
Project home page of Computational Field Theory HPC framework HILA
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.6%) to scientific vocabulary
Repository
Project home page of Computational Field Theory HPC framework HILA
Basic Info
- Host: GitHub
- Owner: CFT-HY
- License: mit
- Language: HTML
- Default Branch: hila-home
- Homepage: https://cft-hy.github.io/HILA.home
- Size: 16.3 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Repository of CFT HILA project's home page
This repository hosts Jekyll-based home page of CFT framework HILA. The home page will be rendered as Github page by utilizing the automation provided by Github branch deployment.
The template Start Bootstrap - Clean Blog Jekyll is chosen as basis of working. This template is built upon Bootstrap, which offer convenient CSS/Sass style sheet design.
A pre-rendered test site can be found at here.
Structure of site source tree and User guide
- Create the following pages if they do not exist already (or change the extension of existing markdown files from
.mdto.html):
index.html- set tolayout: homeabout.html- set tolayout: pagecontact.html- set tolayout: pageposts/index.html- set tolayout: page(you will also need to create apostsdirectory)
Configure the
index.htmlfront matter. Example:```markdown
layout: home
background: '/PATHTOIMAGE'
```
Configure the
about.html,contact.html, andposts/index.htmlfront matter. Example:```markdown
layout: page title: Page Title description: This is the page description.
background: '/PATHTOIMAGE'
```
For each post in the
_postsdirectory, update the front matter. Example:```markdown
layout: post title: "Post Title" subtitle: "This is the post subtitle." date: YYYY-MM-DD HH:MM:SS
background: '/PATHTOIMAGE'
```
For reference, look at the demo repository to see how the files are set up.
Add the form to the
contact.htmlpage. Add the following code to yourcontact.htmlpage:html <form name="sentMessage" id="contactForm" novalidate> <div class="control-group"> <div class="form-group floating-label-form-group controls"> <label>Name</label> <input type="text" class="form-control" placeholder="Name" id="name" required data-validation-required-message="Please enter your name."> <p class="help-block text-danger"></p> </div> </div> <div class="control-group"> <div class="form-group floating-label-form-group controls"> <label>Email Address</label> <input type="email" class="form-control" placeholder="Email Address" id="email" required data-validation-required-message="Please enter your email address."> <p class="help-block text-danger"></p> </div> </div> <div class="control-group"> <div class="form-group col-xs-12 floating-label-form-group controls"> <label>Phone Number</label> <input type="tel" class="form-control" placeholder="Phone Number" id="phone" required data-validation-required-message="Please enter your phone number."> <p class="help-block text-danger"></p> </div> </div> <div class="control-group"> <div class="form-group floating-label-form-group controls"> <label>Message</label> <textarea rows="5" class="form-control" placeholder="Message" id="message" required data-validation-required-message="Please enter a message."></textarea> <p class="help-block text-danger"></p> </div> </div> <br> <div id="success"></div> <div class="form-group"> <button type="submit" class="btn btn-primary" id="sendMessageButton">Send</button> </div> </form>Make sure you have the
emailsetting in your_config.ymlfile set to a working email address! Once this is set, fill out the form and then check your email, verify the email address using the link sent to you by Formspree, and then the form will be working!
Default _config.yml keywords
Update the following configuration settings in _config.yml file to control the information flow:
* `baseurl`
* `url`
* `title`
* `email` (after setting this setting to a working email address, fill out the form on the contact page and send it - then check your email and verify the address and the form will send you messages when used)
* `description`
* `author`
* `twitter_username` (Optional)
* `facebook_username` (Optional)
* `github_username` (Optional)
* `linkedin_username` (Optional)
* `instagram_username` (Optional)
Copyright and License
Copyright 2013-2021 Start Bootstrap LLC. Code released under the MIT license.
Owner
- Name: Computational Field Theory
- Login: CFT-HY
- Kind: organization
- Repositories: 2
- Profile: https://github.com/CFT-HY
GitHub Events
Total
- Push event: 11
- Create event: 1
Last Year
- Push event: 11
- Create event: 1