Science Score: 26.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
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.3%) to scientific vocabulary
Repository
The Dafny blog
Basic Info
- Host: GitHub
- Owner: dafny-lang
- Language: HTML
- Default Branch: main
- Homepage: https://dafny.org/blog
- Size: 3 MB
Statistics
- Stars: 0
- Watchers: 10
- Forks: 3
- Open Issues: 4
- Releases: 0
Metadata Files
README.md
Blog
The Dafny blog
Running the blog locally
If it's the first time make sure you have Bundler installed. Then, run in the directory:
bundle install
If this fails, you might have an old Ruby version installed. Consider installing a Ruby version manager like asdf, or rbenv to ensure you install the latest Ruby version through that version manager.
To run the server,
bundle exec jekyll server --future
and then navigate to http://127.0.0.1:4000/blog/. When you modify files, the website is automatically rebuilt, you only need to refresh the page. You'll also see upcoming blog posts.
Writing blog posts
Blogs posts are in the _posts directory. They are named YEAR-MONTH-DAY-title.markdown.
The file name keeeps them ordered in the repository.
The front matter of each blog post actually contains the date at which the blog post will be visible.
The front matter looks like this, and is followed by the markdown code of your choice.
```
layout: post title: "How to optimize code while staying confident about it in Dafny" date: 2023-07-14 18:00:00 +0100
categories:
``` Don't put categories for now, as they change the URL.
Jekyll also offers powerful support for code snippets that hopefully will work one day for Dafny too:
{% highlight dafny %} method Test() { print "Hello Dafny"; assert false; }
=> prints 'Hello Dafny' to STDOUT.
{% endhighlight %}
Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll Talk.
Test the blog
To test the blog posts, run:
make check
If make check does not work, make generate might be able to fix things if ran locally, committed and pushed.
Publish the blog post
- Make sure you merge the blog post. This will automatically run the workflow "pages build and deployment", so the publishing to dafny.org/blog is automatic
If you merged the blog post before its date of publication, it won't appear. The above example's date is "2023-07-14 18:00:00 +0100" which means the blog post will be visible only if the publication process happens after 12pm central time on that day. Hence, if you merge the PR before that date, you need to run the workflow manually after the publication date:
- Go to GitHub > Actions, and click on the last successful task "pages build and deployment"
- Click on the button "Re-run all jobs"
Image names are case sensitive, so you'll better want to review your blog post one last time before advertising it
Local development
We encourage post authors to set up a custom pipeline, which continuously generates a single post. Make that pipeline accessible via
make watch-X
where X is a label that refers to the post, for example make watch-compelling.
Owner
- Name: Dafny
- Login: dafny-lang
- Kind: organization
- Repositories: 13
- Profile: https://github.com/dafny-lang
Dafny is a verification-aware programming language
GitHub Events
Total
- Issue comment event: 3
- Push event: 22
- Pull request review event: 6
- Pull request review comment event: 1
- Pull request event: 6
- Create event: 4
Last Year
- Issue comment event: 3
- Push event: 22
- Pull request review event: 6
- Pull request review comment event: 1
- Pull request event: 6
- Create event: 4
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 6
- Total pull requests: 49
- Average time to close issues: about 24 hours
- Average time to close pull requests: 10 days
- Total issue authors: 2
- Total pull request authors: 8
- Average comments per issue: 1.33
- Average comments per pull request: 0.14
- Merged pull requests: 43
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 7
- Average time to close issues: N/A
- Average time to close pull requests: 1 day
- Issue authors: 1
- Pull request authors: 3
- Average comments per issue: 4.0
- Average comments per pull request: 0.0
- Merged pull requests: 5
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- alex-chew (2)
- sebastianselander (1)
Pull Request Authors
- stefan-aws (11)
- atomb (8)
- MikaelMayer (8)
- fabiomadge (6)
- Dargones (5)
- jtristan (5)
- alex-chew (2)
- robin-aws (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- github-pages ~> 228 development
- jekyll-feed ~> 0.12 development
- http_parser.rb ~> 0.6.0
- minima ~> 2.5
- tzinfo >= 1, < 3
- tzinfo-data >= 0
- wdm ~> 0.1.1
- webrick ~> 1.8
- activesupport 7.0.4.2
- addressable 2.8.1
- coffee-script 2.4.1
- coffee-script-source 1.11.1
- colorator 1.1.0
- commonmarker 0.23.8
- concurrent-ruby 1.2.0
- dnsruby 1.61.9
- em-websocket 0.5.3
- ethon 0.16.0
- eventmachine 1.2.7
- execjs 2.8.1
- faraday 2.7.4
- faraday-net_http 3.0.2
- ffi 1.15.5
- forwardable-extended 2.6.0
- gemoji 3.0.1
- github-pages 228
- github-pages-health-check 1.17.9
- html-pipeline 2.14.3
- http_parser.rb 0.8.0
- i18n 1.12.0
- jekyll 3.9.3
- jekyll-avatar 0.7.0
- jekyll-coffeescript 1.1.1
- jekyll-commonmark 1.4.0
- jekyll-commonmark-ghpages 0.4.0
- jekyll-default-layout 0.1.4
- jekyll-feed 0.15.1
- jekyll-gist 1.5.0
- jekyll-github-metadata 2.13.0
- jekyll-include-cache 0.2.1
- jekyll-mentions 1.6.0
- jekyll-optional-front-matter 0.3.2
- jekyll-paginate 1.1.0
- jekyll-readme-index 0.3.0
- jekyll-redirect-from 0.16.0
- jekyll-relative-links 0.6.1
- jekyll-remote-theme 0.4.3
- jekyll-sass-converter 1.5.2
- jekyll-seo-tag 2.8.0
- jekyll-sitemap 1.4.0
- jekyll-swiss 1.0.0
- jekyll-theme-architect 0.2.0
- jekyll-theme-cayman 0.2.0
- jekyll-theme-dinky 0.2.0
- jekyll-theme-hacker 0.2.0
- jekyll-theme-leap-day 0.2.0
- jekyll-theme-merlot 0.2.0
- jekyll-theme-midnight 0.2.0
- jekyll-theme-minimal 0.2.0
- jekyll-theme-modernist 0.2.0
- jekyll-theme-primer 0.6.0
- jekyll-theme-slate 0.2.0
- jekyll-theme-tactile 0.2.0
- jekyll-theme-time-machine 0.2.0
- jekyll-titles-from-headings 0.5.3
- jekyll-watch 2.2.1
- jemoji 0.12.0
- kramdown 2.3.2
- kramdown-parser-gfm 1.1.0
- liquid 4.0.4
- listen 3.8.0
- mercenary 0.3.6
- minima 2.5.1
- minitest 5.17.0
- nokogiri 1.14.1
- octokit 4.25.1
- pathutil 0.16.2
- public_suffix 4.0.7
- racc 1.6.2
- rb-fsevent 0.11.2
- rb-inotify 0.10.1
- rexml 3.2.5
- rouge 3.26.0
- ruby2_keywords 0.0.5
- rubyzip 2.3.2
- safe_yaml 1.0.5
- sass 3.7.4
- sass-listen 4.0.0
- sawyer 0.9.2
- simpleidn 0.2.1
- terminal-table 1.8.0
- typhoeus 1.4.0
- tzinfo 2.0.6
- unf 0.1.4
- unf_ext 0.0.8.2
- unicode-display_width 1.8.0
- webrick 1.8.1