Skip to content

Commit 50704eb

Browse files
committed
reorganize and add license
1 parent a626f6f commit 50704eb

File tree

1 file changed

+27
-16
lines changed

1 file changed

+27
-16
lines changed

README.md

+27-16
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,46 @@
11
# TAACCCT
22

3-
This is a Jekyll-based site supporting a set of profiles on standout projects in the U.S. DOL TAACCCT workforce training program, supporting by OPEN. The site is hosted at <http://profiles.open4us.org/taaccct/>.
3+
Trade Adjustment Assistance Community College & Career Training
44

5-
For more information about OPEN and our role in the TAACCCT program, please see http://www.open4us.org.
5+
https://profiles.open4us.org/taaccct/
66

7-
## Viewing This Site
87

9-
To view this site, simply clone the repository to your local machine!
8+
## Overview
109

11-
1. `$ git clone https://github.com/jkhedani/taaccct taaccct`
10+
This is a Jekyll-based site supporting a set of profiles on standout projects
11+
in the U.S. DOL TAACCCT workforce training program, supporting by OPEN. For
12+
more information about OPEN and our role in the TAACCCT program, please see
13+
http://www.open4us.org.
1214

13-
2. `$ jekyll serve`
1415

1516
## Developers
1617

17-
To contribute to the build of the site, you will need to install some gems:
1818

19-
1. `$ sudo gem install jekyll-less`
19+
### Viewing This Site
20+
21+
To view this site, simply clone the repository to your local machine!
22+
23+
1. `$ git clone https://github.com/jkhedani/taaccct taaccct`
24+
2. `$ sudo gem install jekyll-less`
25+
3. `$ sudo gem install therubyracer`
26+
4. `$ sudo gem install RedCloth`
27+
5. `$ cd yourprojectfoldername`
28+
6. `$ jekyll build`
29+
7. `$ jekyll serve`
2030

21-
2. `$ sudo gem install therubyracer`
2231

23-
3. `$ sudo gem install RedCloth`
32+
### Theme
2433

25-
4. `$ cd yourprojectfoldername`
34+
Jekyll theme based on [Freelancer bootstrap theme
35+
](http://startbootstrap.com/templates/freelancer/).
2636

27-
5. `$ jekyll build`
2837

29-
6. `$ jekyll serve`
38+
## License
3039

31-
=========================================
40+
[![CC BY 4.0 license button][cc-by-png]][cc-by]
3241

33-
Jekyll theme based on [Freelancer bootstrap theme ](http://startbootstrap.com/templates/freelancer/)
42+
[`LICENSE`](LICENSE): This work is licensed under a [Creative Commons
43+
Attribution 4.0 License][cc-by].
3444

35-
=========================================
45+
[cc-by-png]: https://licensebuttons.net/l/by/4.0/88x31.png#floatleft "CC BY 4.0 license button"
46+
[cc-by]: https://creativecommons.org/licenses/by/4.0/ "Creative Commons Attribution 4.0 International License"

0 commit comments

Comments
 (0)