My bad, I realize now direct edit excludes any html with folders prefixed with an underscore. Everything is good now.
Suresh > On Apr 7, 2016, at 3:31 PM, Pierce, Marlon <[email protected]> wrote: > > I used jekyll, edited the index.md file and also _include/footer.html. I > didn’t see any .md file that contained the footer content. > > From: Suresh Marru <[email protected] <mailto:[email protected]>> > Reply-To: "[email protected] <mailto:[email protected]>" > <[email protected] <mailto:[email protected]>> > Date: Thursday, April 7, 2016 at 3:16 PM > To: Airavata Dev <[email protected] <mailto:[email protected]>> > Subject: Re: Website Redesign update > > Marlon, > > I see that in your last commit you directly edited html files, those will get > overwritten. We all need to get used to Jekyll. A simple rule of thumb will > be only .md files are to be edited. All .html are generated files and should > be considered read-only. > > Suresh > >> On Apr 7, 2016, at 2:39 PM, Pierce, Marlon <[email protected] >> <mailto:[email protected]>> wrote: >> >> Also, I didn’t see a Jira so I created one, >> https://issues.apache.org/jira/browse/AIRAVATA-1950 >> <https://issues.apache.org/jira/browse/AIRAVATA-1950>. If I missed the >> appropriate Jira, please point me to it. >> >> Thanks, >> >> Marlon >> >> >> From: marpierc <[email protected] <mailto:[email protected]>> >> Reply-To: "[email protected] <mailto:[email protected]>" >> <[email protected] <mailto:[email protected]>> >> Date: Thursday, April 7, 2016 at 2:36 PM >> To: "[email protected] <mailto:[email protected]>" >> <[email protected] <mailto:[email protected]>> >> Subject: Re: Website Redesign update >> >> So from scratch use >> >> git clone https://git-wip-us.apache.org/repos/asf/airavata-site.git >> <https://git-wip-us.apache.org/repos/asf/airavata-site.git> -b "asf-site" >> >> Layout is looking good but the placeholder text needs to be replaced with >> real text. Nipurn, if you can get this started from the old site, I can >> iterate it. >> >> Marlon >> >> From: Suresh Marru <[email protected] <mailto:[email protected]>> >> Reply-To: "[email protected] <mailto:[email protected]>" >> <[email protected] <mailto:[email protected]>> >> Date: Thursday, April 7, 2016 at 2:17 PM >> To: "[email protected] <mailto:[email protected]>" >> <[email protected] <mailto:[email protected]>> >> Subject: Re: Website Redesign update >> >> >> This is an expected warning since the default (and only) branch is asf-site. >> Git is looking for non existant master branch. >> >> Just do a git checkout asf-site and you should be good. >> >> Suresh >> >> >> On Apr 7, 2016, at 2:12 PM, Pierce, Marlon <[email protected] >> <mailto:[email protected]>> wrote: >> >>> I am not able to check out: >>> >>> git clone https://git-wip-us.apache.org/repos/asf/airavata-site.git >>> <https://git-wip-us.apache.org/repos/asf/airavata-site.git> >>> Cloning into 'airavata-site'... >>> remote: Counting objects: 158, done. >>> remote: Compressing objects: 100% (146/146), done. >>> remote: Total 158 (delta 28), reused 104 (delta 9) >>> Receiving objects: 100% (158/158), 5.61 MiB | 3.07 MiB/s, done. >>> Resolving deltas: 100% (28/28), done. >>> Checking connectivity... done. >>> warning: remote HEAD refers to nonexistent ref, unable to checkout. >>> >>> >>> From: Suresh Marru <[email protected] <mailto:[email protected]>> >>> Reply-To: "[email protected] <mailto:[email protected]>" >>> <[email protected] <mailto:[email protected]>> >>> Date: Thursday, April 7, 2016 at 1:16 PM >>> To: Airavata Dev <[email protected] <mailto:[email protected]>> >>> Subject: Re: Website Redesign update >>> >>> Hi Nipurn, >>> >>> I converted the website into a Jekyll based site. I still retained all your >>> html as it is, but plan to move content into mark down format as much as >>> possible so it will be easier to edit and not worry about formatting. >>> >>> Here is an important change and I documented in the README - >>> https://github.com/apache/airavata-site/blob/asf-site/README.md >>> <https://github.com/apache/airavata-site/blob/asf-site/README.md> >>> >>> * Now the sources are in the parent folder of the git repo. You will see >>> that, they are the same HTML content with just the header and footer moved >>> into _includes folder. >>> * Do not directly edit the *content* folder. This will need to be generated >>> by Jekyll using “jekyll build”. >>> >>> Lets keep working on the content. >>> >>> Suresh >>> >>> >>>> On Apr 6, 2016, at 12:35 PM, Suresh Marru <[email protected] >>>> <mailto:[email protected]>> wrote: >>>> >>>> Hi Nipurn, >>>> >>>> This is an excellent thought. I really like the concept and the thought >>>> process you are walking through the logo design. >>>> >>>> If it helps with reviews I checked a coy of the site here - >>>> http://gw120.iu.xsede.org/airavata-new-site/content/ >>>> <http://gw120.iu.xsede.org/airavata-new-site/content/> >>>> >>>> Suresh >>>> >>>>> On Apr 6, 2016, at 12:14 PM, Nipurn Doshi <[email protected] >>>>> <mailto:[email protected]>> wrote: >>>>> >>>>> Hi All, >>>>> >>>>> New website is in the works and pure html based content has been added to >>>>> the repo - https://git-wip-us.apache.org/repos/asf/airavata-site.git >>>>> <https://git-wip-us.apache.org/repos/asf/airavata-site.git> . >>>>> Git mirror - https://github.com/apache/airavata-site >>>>> <https://github.com/apache/airavata-site> >>>>> There are no special requirements to run the current website redesign >>>>> iterations as they are based out of pure html/css/js. All you have to do >>>>> is run index.html inside the 'content' folder after checking it out. >>>>> >>>>> You will find some links not working and titles having Lorem-ipsum text >>>>> under them which we aim to fill up with relevant content in the coming >>>>> days. Suggestions/comments are most welcome. >>>>> >>>>> Also, feel free to check draft document for the new proposed Apache >>>>> Airavata logo which can also be seen on website iterations, here - >>>>> http://bit.ly/airavata-logo-draft <http://bit.ly/airavata-logo-draft> >>>>> >>>>> -- >>>>> -Sincerely, >>>>> Nipurn Doshi >>>> >>> >
