This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo iptables -t nat -I OUTPUT -p tcp -d 127.0.0.1 --dport 80 -j REDIRECT --to-ports 3000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Starter Website" | |
| nav: | |
| archive: 'Archive' | |
| more: | |
| second: "Second Link" | |
| third: "Third Link" | |
| footer: | |
| archive: 'Archive' | |
| contact: 'Contact' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Full Demo Website" | |
| layout: "basic" | |
| comments: true | |
| title: "This is a demo website generated from GitFrame." | |
| theme: tech | |
| css: 'http://cdn.example.com/assets/style.css' | |
| nav: | |
| home: 'Home' | |
| about: 'About Us' | |
| archive: 'Archive' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Starter Website" | |
| pages: | |
| - | |
| name: "Starter Page" | |
| sections: | |
| feature_hero: default | |
| section_text: default | |
| section_image: default |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "My Website" | |
| pages: | |
| - | |
| name: "Starter Page" | |
| sections: | |
| feature_hero: | |
| title: 'Welcome to my site' | |
| section_text: default | |
| section_image: default |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # File name 'starter.yml' will show up at /username/starter | |
| # The sites name, used in branding sections. | |
| name: "Getting Started Mockup" # required | |
| # Only basic layout available now, | |
| # dashboard and multiple columns coming. | |
| layout: "basic" # optional | |
| # Adds a GitFrame bar at the bottom of site |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pages: | |
| - | |
| name: "Welcome Page" | |
| sections: | |
| # Each section accepts default | |
| feature_hero: default | |
| # or available options | |
| section_text: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pages: | |
| - | |
| # This is a list of content and options for nav_ | |
| name: "Navigation" | |
| sections: | |
| nav_bar: | |
| welcome: 'Welcome To Acme' | |
| second_page: 'Our Second Page' | |
| more: | |
| third: "Third Link" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Mobile App" | |
| toolbar: false | |
| description: "Example of a mobile application landing page." | |
| css: 'https://s3.amazonaws.com/gitframe/examples/mobile-app-landing/mobile-app.css' | |
| pages: | |
| - | |
| name: "First Page" | |
| sections: | |
| feature_hero_full: | |
| title: 'MobileApp' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .fb { | |
| fill: #3b5998; | |
| } | |
| .tw { | |
| fill: #1ab1e8; | |
| } | |
| .gp { | |
| fill: #efaf25; |
OlderNewer