Kevin C. Coram kevin
Loading Heatmap…

kevin pushed tag v0.1.5 to kevin/semantic-indieweb

2 years ago

kevin pushed to master at kevin/semantic-indieweb

  • 950041aea9 Add support for favicons See https://favicon.io/favicon-converter for generating a favicon and the link references to add to the `head` of the HTML template.

2 years ago

kevin pushed tag v0.1.4 to kevin/semantic-indieweb

2 years ago

kevin pushed to master at kevin/semantic-indieweb

  • 8c5110ddda Create 'table' shortcode Create shortcode to allow pages to provide CSS classes to apply to the HTML table generated from a Markdown table. Add some basic CSS styling for the table, to provide padding to make the data easier to read. Add a 'table-bordered' style to add borders to the table rows/columns.

2 years ago

kevin pushed to master at kevin/my-chat-room

2 years ago

kevin pushed to master at kevin/my-chat-room

2 years ago

kevin pushed to master at kevin/my-chat-room

2 years ago

kevin pushed to master at kevin/my-chat-room

  • 0f214a00fb Link to tutorial article and GitHub
  • dcb83e8109 Use `import type` to import the Message interface Use TypeScript 3.8+ `import type` to import the Message interface. This addresses issues with the type being removed by transpilation, which thus prevents "export 'Message' was not found" warnings when running `nx serve api`
  • 900448aedc Implement client->server chat
  • 72420f8daf initial commit

2 years ago

kevin created repository kevin/my-chat-room

2 years ago

kevin pushed to master at kevin/hugo-micropub

2 years ago

kevin pushed tag v0.1.3 to kevin/semantic-indieweb

2 years ago

kevin pushed to master at kevin/semantic-indieweb

  • 0d75e505db Add red coloring to inline code fence blocks

2 years ago

kevin pushed tag v0.1.2 to kevin/semantic-indieweb

2 years ago

kevin pushed to master at kevin/semantic-indieweb

  • b3f54f22ee Add styles to better render images and code blocks * Add max width to `figure` so it won't exceed the viewport width for either break-point * Add max width to `img` within `figure` to account for the default 40px margin on the left/right * Set width for `pre` blocks so they won't exceed the viewport width for either break-point; add a horizontal scroll-bar if the text is too wide * Set `pre code` block to use `display:block` so long text won't cause the block to render too wide; otherwise, the width of the containing `pre` block won't be sufficient to contain the text

2 years ago

kevin pushed to master at kevin/semantic-indieweb

  • a7cc18e837 Update list and single layouts for Hugo 0.63.1 The changes to the base template lookup in Hugo 0.63.1 mean that the single/list templates must start with a `define` block. The comment block that had been in use breaks this requirement and resulted in pages not rendering properly at all. See https://gohugo.io/news/0.63.0-relnotes/ particularly: * Note: In a base template (e.g. baseof.html), the first template block must be a define.

3 years ago

kevin pushed tag part_2 to kevin/nested-forms

3 years ago

kevin pushed tag part_1 to kevin/nested-forms

3 years ago

kevin deleted branch static-factory-methods from kevin/nested-forms

3 years ago

kevin pushed to master at kevin/nested-forms

  • ff1268e129 Add summary of static method approach to main README
  • 5d0c467849 Document static method approach
  • f1344707e7 Stronger statement about potential problem with tying form creation to component rendering
  • 8802b52e54 Use OnPush change detection strategy
  • b7870b607b Remove FormBuilder dependency; rname factory methods * Update factory methods to use the FormGroup(), FormArray(), and FormControl() constructors instead of the FormBuilder service. This avoids needing to pass the service into each of the static factory methods. * Rename the factory methods to `buildForm`. The consistent use of the same name establishes a pattern and makes it clearer that the factory methods have the same purpose -- to create the (sub)form for the specific component.
  • Compare 6 commits »

3 years ago

kevin pushed to static-factory-methods at kevin/nested-forms

3 years ago